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.26106.1555
Syntax
public byte[] Data { get; set; }

Property Value

Byte
See Also