ExchangeUser Properties (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Address

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

AddressEntryUserType

Returns olExchangeUserAddressEntry which is a constant from the OlAddressEntryUserType enumeration representing the user type of the ExchangeUser. Read-only.

Alias

Returns a String representing the alias for the ExchangeUser. Read-only.

Application

Returns an Application object that represents the parent application (Outlook) for the ExchangeUser object. Read-only.

AssistantName

Returns a String representing the name of the assistant for the ExchangeUser. Read/write.

BusinessTelephoneNumber

Returns a String representing the business telephone number for the ExchangeUser. Read/write.

City

Returns a String representing the city for the ExchangeUser. Read/write.

Class

Returns a constant in the OlObjectClass enumeration indicating the class of the ExchangeUser object. Read-only.

Comments

Returns a String representing the comments for the ExchangeUser. Read/write.

CompanyName

Returns a String representing the name of the company for the ExchangeUser. Read/write.

Department

Returns a String representing the department for the ExchangeUser. Read/write.

DisplayType

Returns olUser which is a constant from the OlDisplayType enumeration representing the nature of the ExchangeUser. Read-only.

FirstName

Returns a String representing the first name of the ExchangeUser. Read/write.

ID

Returns a String representing the unique identifier for the ExchangeUser. Read-only.

JobTitle

Returns a String representing the job title of the ExchangeUser. Read/write.

LastName

Returns a String representing the last name of the ExchangeUser. Read/write.

MobileTelephoneNumber

Returns a String representing the mobile telephone number for the ExchangeUser. Read/write.

Name

Returns or sets a String value that represents the display name for the ExchangeUser object. Read/write.

OfficeLocation

Returns a String representing the office location for the ExchangeUser. Read/write.

Parent

Returns the parent Object of the ExchangeUser object. Read-only.

PostalCode

Returns a String representing the postal code for the ExchangeUser. Read/write.

PrimarySmtpAddress

Returns a String representing the primary Simple Mail Transfer Protocol (SMTP) address for the ExchangeUser. Read-only.

PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent ExchangeUser object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.

StateOrProvince

Returns a String representing the state or province for the ExchangeUser. Read/write.

StreetAddress

Returns a String representing the street address for the ExchangeUser. Read/write.

Type

Returns a String representing the type of entry for the ExchangeUser. Read/write.

YomiCompanyName

Returns a String representing the Japanese phonetic rendering (yomigana) of the company name for the ExchangeUser. Read/write.

YomiDepartment

Returns a String representing the Japanese phonetic rendering (yomigana) of the department name for the ExchangeUser. Read/write.

YomiDisplayName

Returns a String representing the Japanese phonetic rendering (yomigana) of the Exchange display name for the ExchangeUser. Read/write.

YomiFirstName

Returns a String representing the Japanese phonetic rendering (yomigana) of the first name for the ExchangeUser. Read/write.

YomiLastName

Returns a String representing the Japanese phonetic rendering (yomigana) of the last name for the ExchangeUser. Read/write.