Click or drag to resize

MimeDataData Property

Gets or sets byte array contained in this MIME object. When set, ContentTransferEncoding is updated using the most appropriate MimeEncoding value.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public byte[] Data { get; set; }

Property Value

Type: Byte
See Also