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

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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