MessageAttachments Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<MessageAttachment> Attachments { get; }
Public ReadOnly Property Attachments As ChildCollection(Of MessageAttachment)
Get
public:
property ChildCollection<MessageAttachment^>^ Attachments {
ChildCollection<MessageAttachment^>^ get ();
}
member Attachments : ChildCollection<MessageAttachment> with get
Property Value
Type:
ChildCollectionMessageAttachment
See Also