MailMessageXMailer Property |
Gets or sets the X-Mailer the software
that created the e-mail message
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual string XMailer { get; set; }Public Overridable Property XMailer As String
Get
Set
public:
virtual property String^ XMailer {
String^ get ();
void set (String^ value);
}abstract XMailer : string with get, set
override XMailer : string with get, set
Property Value
Type:
String
See Also