BCSMailMessageRecipients Property |
Gets the collection of recipients for the message.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCSMailRecipientCollection Recipients { get; }
Public ReadOnly Property Recipients As BCSMailRecipientCollection
Get
public:
property BCSMailRecipientCollection^ Recipients {
BCSMailRecipientCollection^ get ();
}
member Recipients : BCSMailRecipientCollection with get
Property Value
Type:
BCSMailRecipientCollectionSee Also