Items

Returns email addresses and recipient names in the form of a MailAddress object.

Parameters

Integer. Specifies the index position of the email address to return.

Property value

Addresses and recipient names in the form of a MailAddress object.

Examples
Copy
var emailAddress;
emailAddress = email.Recipients.Items(1).Address;1

Returns the email address located at index position 1 in the To list and stores the address in the emailAddress variable.