 | 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.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
Byte
See Also