Message.GetAttachments Method

Independentsoft MSG .NET

Message GetAttachments Method MSG .NET Class Library
Gets the attachments.

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

Syntax

public Attachment[] GetAttachments()
public Attachment[] GetAttachments()
Public Function GetAttachments As Attachment()
Public Function GetAttachments As Attachment()
Dim instance As Message 
Dim returnValue As Attachment()

returnValue = instance.GetAttachments()
Dim instance As Message 
Dim returnValue As Attachment()

returnValue = instance.GetAttachments()
public Attachment[] GetAttachments()
public Attachment[] GetAttachments()
public function GetAttachments() : Attachment[]
public function GetAttachments() : Attachment[]
function GetAttachments();
function GetAttachments();

Return Value

Type:  Attachment 
Attachment[][].
See Also