<?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.Subject</id>
	<title>PdcExtensionMail.Subject - 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.Subject"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcExtensionMail.Subject&amp;action=history"/>
	<updated>2026-05-06T14:37:01Z</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.Subject&amp;diff=34871&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == Subject as String  == Description == Returns or changes the Subject to be added to the generated email.  == Notes == This property should contain a string wi...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcExtensionMail.Subject&amp;diff=34871&amp;oldid=prev"/>
		<updated>2023-03-23T13:07:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == Subject as String  == Description == Returns or changes the Subject to be added to the generated email.  == Notes == This property should contain a string wi...&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;
Subject as String&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns or changes the Subject to be added to the generated email.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This property should contain a string with the text of the Subject of the email.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example creates an empty email, sets the subject, 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.ForceMSGraph = True&lt;br /&gt;
&lt;br /&gt;
aEmail.Subject = &amp;quot;Test subject&amp;quot;&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>