PowerTCP Mail for .NET
Mailer Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MessageStream Class : Mailer Property




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
);
C++/CLI 
public:
property String^ Mailer {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the date to list after the "X-MAILER:" header field.

Remarks

Setting this property causes the "X-MAILER:" header field to be added to the message. This property is provided as an easy-to-use, high-level alternative to MessageStream.Headers.Add(HeaderLabelType.XMailer).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.