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

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Attachment(
	MimePart src
)

Parameters

src
Type: MailBee.MimeMimePart
The MimePart object from which to create the attachment.
Examples
The example is available in GetEnvelopeItem(String, Boolean) method documentation.
See Also