| SmtpMailRawEmlData Property |
Gets or sets the raw message data that can be sent using SMTP protocol.
Value of this property, is used for SMTP's DATA or BDAT command.
"\r\n." sequence escaping is performed automatically, when needed.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public byte[] RawEmlData { get; set; }
Public Property RawEmlData As Byte()
Get
Set
public:
property array<unsigned char>^ RawEmlData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member RawEmlData : byte[] with get, set
Property Value
Type:
ByteSee Also