LumiSoft Net Help
Comments Property
NamespacesLumiSoft.Net.MailMail_MessageComments
Gets or sets additional comments about the message. Value null means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public string Comments { get; set; }
Public Property Comments As String
	Get
	Set
public:
property String^ Comments {
	String^ get ();
	void set (String^ value);
}
member Comments : string with get, set
Property Value
Remarks
Contains any additional comments on the text of the body of the message. Warning: Some mailers will not show this field to recipients.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119