Gets the collection of the message attachments.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public BCSMailAttachmentCollection Attachments { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Attachments As BCSMailAttachmentCollection Get |
| Visual C++ |
|---|
public: property BCSMailAttachmentCollection^ Attachments { BCSMailAttachmentCollection^ get (); } |