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