The MSMQMailRecipient object represents an e-mail recipient.
It can be included in a list of recipients (MSMQMailRecipientList object) to indicate who is receiving the mail, or it can be used to indicate who sent the mail (formdata).
The following properties define a recipient.
Property | What it does |
Address | Specifies the address of the recipient. |
Name | Specifies the name of the recipient. |
RecipientType | Specifies how the e-mail is sent to the recipient. |
NonDeliveryReason | Optional. Used in non-delivery reports to specify why the recipient did not receive the e-mail. |
DeliveryTime | Optional. Used in delivery reports to specify when the message arrived |
The MSMQMailRecipient object has no methods.