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