Message.Attachments Property

Independentsoft MSG .NET

Message Attachments Property MSG .NET Class Library
Contains collection of attachments.

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

Syntax

public IList<Attachment> Attachments { get; }
public IList<Attachment> Attachments { get; }
Public ReadOnly Property Attachments As IList(Of Attachment)
	Get
Public ReadOnly Property Attachments As IList(Of Attachment)
	Get
Dim instance As Message 
Dim value As IList(Of Attachment)

value = instance.Attachments
Dim instance As Message 
Dim value As IList(Of Attachment)

value = instance.Attachments
/** @property */
public IList<Attachment> get_Attachments()
/** @property */
public IList<Attachment> get_Attachments()
function get Attachments () : IList<Attachment>
function get Attachments () : IList<Attachment>
function get_Attachments();
function get_Attachments();

Property Value

Type: OnlineIList Attachment 
The attachments.
See Also