BCSMailMessageAttachments Property |
Gets the collection of the message attachments.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.3.0)
Syntaxpublic BCSMailAttachmentCollection Attachments { get; }
Public ReadOnly Property Attachments As BCSMailAttachmentCollection
Get
public:
property BCSMailAttachmentCollection^ Attachments {
BCSMailAttachmentCollection^ get ();
}
member Attachments : BCSMailAttachmentCollection with get
Property Value
Type:
BCSMailAttachmentCollection
See Also