Gets the collection of recipients for the message.
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 BCSMailRecipientCollection Recipients { get; } |
Visual Basic |
---|
Public ReadOnly Property Recipients As BCSMailRecipientCollection Get |
Visual C++ |
---|
public: property BCSMailRecipientCollection^ Recipients { BCSMailRecipientCollection^ get (); } |