AllRecipients Property  
 

Returns a comma-separated list of all message recipients.

Syntax

object.AllRecipients

Remarks

The AllRecipients property returns a string value that contains a comma-separated list of all message recipients. To individually enumerate through each of the recipient addresses, you can use the Recipient property array and Recipients property.

The string returned by this property will include those addresses specified by the Bcc property, even though they are not included in the message header.

Data Type

String

See Also

Bcc Property, Cc Property, Recipient Property, Recipients Property, To Property, ComposeMessage Method