Click or drag to resize

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; }

Property Value

Type: Byte
See Also