BCSMailRecipientCollectionAdd Method (String, SMailMessageRecipientKind, String) |
Adds a new recipient item to the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCSMailRecipient Add(
string address,
SMailMessageRecipientKind type,
string name
)
Public Function Add (
address As String,
type As SMailMessageRecipientKind,
name As String
) As BCSMailRecipient
public:
BCSMailRecipient^ Add(
String^ address,
SMailMessageRecipientKind type,
String^ name
)
member Add :
address : string *
type : SMailMessageRecipientKind *
name : string -> BCSMailRecipient
Parameters
- address
- Type: SystemString
The email address of the recipient. - type
- Type: BlueCieloECM.InnoCielo.Meridian.ScriptingSMailMessageRecipientKind
The type of the recipient. - name
- Type: SystemString
The name of the recipient.
Return Value
Type:
BCSMailRecipientA new instance of the created recipient object.
See Also