| RecipientCollectionAdd(String, String, MapiMailMessageRecipientType) Method |
Adds a new recipient with the specified address, display name and recipient type to this collection.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public void Add(
string address,
string displayName,
MapiMailMessageRecipientType recipientType
)
Public Sub Add (
address As String,
displayName As String,
recipientType As MapiMailMessageRecipientType
)
public:
void Add(
String^ address,
String^ displayName,
MapiMailMessageRecipientType recipientType
)
member Add :
address : string *
displayName : string *
recipientType : MapiMailMessageRecipientType -> unit
Parameters
- address String
[Missing <param name="address"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
- displayName String
[Missing <param name="displayName"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
- recipientType MapiMailMessageRecipientType
[Missing <param name="recipientType"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
See Also