BCSMailRecipientType Property |
Gets or sets the type of the recipient.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic SMailMessageRecipientKind Type { get; set; }
Public Property Type As SMailMessageRecipientKind
Get
Set
public:
property SMailMessageRecipientKind Type {
SMailMessageRecipientKind get ();
void set (SMailMessageRecipientKind value);
}
member Type : SMailMessageRecipientKind with get, set
Property Value
Type:
SMailMessageRecipientKind
See Also