| Recipient Constructor (String, MapiMailMessageRecipientType) |
Creates a new recipient with the specified address and recipient type.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public Recipient(
string address,
MapiMailMessageRecipientType recipientType
)
Public Sub New (
address As String,
recipientType As MapiMailMessageRecipientType
)
public:
Recipient(
String^ address,
MapiMailMessageRecipientType recipientType
)
new :
address : string *
recipientType : MapiMailMessageRecipientType -> Recipient
Parameters
- address
- Type: SystemString
[Missing <param name="address"/> documentation for "M:QsInformatica.Utils.Recipient.#ctor(System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
- recipientType
- Type: QsInformatica.UtilsMapiMailMessageRecipientType
[Missing <param name="recipientType"/> documentation for "M:QsInformatica.Utils.Recipient.#ctor(System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
See Also