Message Attachments Property | MSG .NET Class Library |
Contains collection of attachments.
Namespace: Independentsoft.MsgAssembly: 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:
The attachments.
See Also