MailBee.NET Objects 4.0

Attachment Constructor 

Creates a new instance of Attachment object from the specified MimePart object.

public Attachment(
   MimePart src
);

Parameters

src
The MimePart object from which to create the attachment.

Example

The example is available in GetEnvelopeItem method documentation.

See Also

Attachment Class | MailBee.Mime Namespace | MimePart