ExchangeUser.Address Property

Outlook Developer Reference

Returns or sets a String representing the X400 e-mail address of the ExchangeUser. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Address

expression   A variable that represents an ExchangeUser object.

Remarks

This property assumes the X400 address of the user. To determine the primary Internet address, use the ExchangeUser.PrimarySmtpAddress property.

The Address property must be set before calling the ExchangeUser.Details method.

See Also