BodyPartList.Add Method (Attachment)

Independentsoft MSG .NET

BodyPartList Add Method (Attachment) MSG .NET Class Library
Adds the specified attachment.

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

Syntax

public void Add(
	Attachment attachment
)
public void Add(
	Attachment attachment
)
Public Sub Add ( 
	attachment As Attachment
)
Public Sub Add ( 
	attachment As Attachment
)
Dim instance As BodyPartList 
Dim attachment As Attachment

instance.Add(attachment)
Dim instance As BodyPartList 
Dim attachment As Attachment

instance.Add(attachment)
public void Add(
	Attachment attachment
)
public void Add(
	Attachment attachment
)
public function Add(
	attachment : Attachment
)
public function Add(
	attachment : Attachment
)
function Add(attachment);
function Add(attachment);

Parameters

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