Sets the "X-MAILER:" header field in the message.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Mailer As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MessageStream
Dim value As String
instance.Mailer = value
value = instance.Mailer |
| C# | |
|---|
public string Mailer {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Mailer();
public: __property void set_Mailer(
string* value
); |
Property Value
A string representing the date to list after the "X-MAILER:" header field.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also