Catalyst Internet Mail .NET

InternetMail.Mailer Property

Gets and sets the name of the mailer application.

[Visual Basic]
Public Property Mailer As String
[C#]
public string Mailer {get; set;}

Property Value

A string which specifies the name of the mailer application.

Remarks

The Mailer property returns the value of the X-Mailer field in the current message header. Setting this property causes the field to be updated with the specified value. This is typically used to identify the program which generated the message.

See Also

InternetMail Class | SocketTools Namespace