MailBee.NET Objects 4.0

Attachment.GetData Method

Gets the actual content of the attachment as a byte array.

Overload List

Gets the actual content of the attachment as a byte array.

public byte[] GetData();

Gets the specified portion of the actual content of the attachment as a byte array.

public byte[] GetData(int,int);

See Also

Attachment Class | MailBee.Mime Namespace | Save | Size