<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcExtensionMail.RelationNrs</id>
	<title>PdcExtensionMail.RelationNrs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcExtensionMail.RelationNrs"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcExtensionMail.RelationNrs&amp;action=history"/>
	<updated>2026-05-06T14:36:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcExtensionMail.RelationNrs&amp;diff=34870&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == RelationNrs as IStrings  == Description == Returns or changes the list of RelationNrs to be set in the generated email.  == Notes == This property should con...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcExtensionMail.RelationNrs&amp;diff=34870&amp;oldid=prev"/>
		<updated>2023-03-23T13:06:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == RelationNrs as IStrings  == Description == Returns or changes the list of RelationNrs to be set in the generated email.  == Notes == This property should con...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
RelationNrs as IStrings&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns or changes the list of RelationNrs to be set in the generated email.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This property should contain a list of relation numbers. This property will only have an effect when using SMTP and showing the email in the Bemet email form. There it will allow the user to easily select the emailaddresses of the contacts of any customers with the relation numbers provided. &lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example creates an empty email, adds 2 relation numbers, and shows the resulting email in a client. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dim aEmail As PDCEXT.IExtensionMail = PDC.App.ExtensionMail&lt;br /&gt;
aEmail.ForceSmtp = True&lt;br /&gt;
&lt;br /&gt;
Dim RelationNrs As IStrings = PDC.App.GetEmptyStringsList&lt;br /&gt;
RelationNrs .Add(&amp;quot;00501&amp;quot;)&lt;br /&gt;
RelationNrs .Add(&amp;quot;00502&amp;quot;)&lt;br /&gt;
aEmail.RelationNrs = RelationNrs &lt;br /&gt;
&lt;br /&gt;
aEmail.ShowMailInClient()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since April 2023(From version 2023.2.1.0)&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>