Initializes an instance of AttachmentBase class from the specified entity.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Protected Friend Sub New ( _
	entity As MimeEntity _
)
C#
protected internal AttachmentBase(
	MimeEntity entity
)

Parameters

entity
Type: Rebex.Mime..::..MimeEntity

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also