BodyPart Constructor (Attachment)

Independentsoft MSG .NET

BodyPart Constructor (Attachment) MSG .NET Class Library
Initializes a new instance of the BodyPart class.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public BodyPart(
	Attachment attachment
)
public BodyPart(
	Attachment attachment
)
Public Sub New ( 
	attachment As Attachment
)
Public Sub New ( 
	attachment As Attachment
)
Dim attachment As Attachment 

Dim instance As New BodyPart(attachment)
Dim attachment As Attachment 

Dim instance As New BodyPart(attachment)
public BodyPart(
	Attachment attachment
)
public BodyPart(
	Attachment attachment
)
public function BodyPart(
	attachment : Attachment
)
public function BodyPart(
	attachment : Attachment
)
Independentsoft.Email.Mime.BodyPart = function(attachment);
Independentsoft.Email.Mime.BodyPart = function(attachment);

Parameters

attachment
Type: Independentsoft.Email.Mime Attachment
The attachment.
See Also