BCSMailRecipientCollectionAdd Method (String) |
Adds a new recipient item to the collection.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCSMailRecipient Add(
string address
)
Public Function Add (
address As String
) As BCSMailRecipient
Parameters
- address
- Type: SystemString
The email address of the recipient.
Return Value
Type:
BCSMailRecipientA new instance of the created recipient object.
See Also