Address Property (CDONTS Recipient Object)

Address Property (CDONTS Recipient Object)

The Address property specifies the full messaging address for the recipient. Read/write (read-only for a recipient on a message in the Inbox).

Syntax

        objRecip.Address

Data Type

String

Remarks

The Recipient object's Address property represents the complete messaging address used by the messaging system.

Example

' assume valid Recipient object
  objRecip.Address = "user@example.com"
 

See Also

Concepts

Recipient Object (CDONTS Library)