Initializes a new instance of a Attachment that represents an attached e-mail message.

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

Syntax

Visual Basic
Public Sub New ( _
	message As MailMessage _
)
C#
public Attachment(
	MailMessage message
)

Parameters

message
Type: Rebex.Mail..::..MailMessage
E-mail message to be used as an attachment.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also