ExchangeUser Properties

Include Protected Members
Include Inherited Members

The ExchangeUser type exposes the following members.

Properties

  Name Description
Public property Address Returns or sets a String (string in C#) representing the X400 e-mail address of the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property AddressEntryUserType Returns olExchangeUserAddressEntry which is a constant from the OlAddressEntryUserType enumeration representing the user type of the ExchangeUser. Read-only. (Inherited from _ExchangeUser.)
Public property Alias Returns a String (string in C#) representing the alias for the ExchangeUser. Read-only. (Inherited from _ExchangeUser.)
Public property Application Returns an Application object that represents the parent application (Outlook) for the ExchangeUser object. Read-only. (Inherited from _ExchangeUser.)
Public property AssistantName Returns a String (string in C#) representing the name of the assistant for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property BusinessTelephoneNumber Returns a String (string in C#) representing the business telephone number for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property City Returns a String (string in C#) representing the city for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property Class Returns a constant in the OlObjectClass enumeration indicating the class of the ExchangeUser object. Read-only. (Inherited from _ExchangeUser.)
Public property Comments Returns a String (string in C#) representing the comments for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property CompanyName Returns a String (string in C#) representing the name of the company for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property Department Returns a String (string in C#) representing the department for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property DisplayType Returns olUser which is a constant from the OlDisplayType enumeration representing the nature of the ExchangeUser. Read-only. (Inherited from _ExchangeUser.)
Public property FirstName Returns a String (string in C#) representing the first name of the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property ID Returns a String (string in C#) representing the unique identifier for the ExchangeUser. Read-only. (Inherited from _ExchangeUser.)
Public property JobTitle Returns a String (string in C#) representing the job title of the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property LastName Returns a String (string in C#) representing the last name of the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property Manager This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _ExchangeUser.)
Public property MAPIOBJECT This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _ExchangeUser.)
Public property Members This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _ExchangeUser.)
Public property MobileTelephoneNumber Returns a String (string in C#) representing the mobile telephone number for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property Name Returns or sets a String (string in C#) value that represents the display name for the ExchangeUser object. Read/write. (Inherited from _ExchangeUser.)
Public property OfficeLocation Returns a String (string in C#) representing the office location for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property Parent Returns the parent Object of the ExchangeUser object. Read-only. (Inherited from _ExchangeUser.)
Public property PostalCode Returns a String (string in C#) representing the postal code for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property PrimarySmtpAddress Returns a String (string in C#) representing the primary Simple Mail Transfer Protocol (SMTP) address for the ExchangeUser. Read-only. (Inherited from _ExchangeUser.)
Public property PropertyAccessor Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent ExchangeUser object. Read-only. (Inherited from _ExchangeUser.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _ExchangeUser.)
Public property StateOrProvince Returns a String (string in C#) representing the state or province for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property StreetAddress Returns a String (string in C#) representing the street address for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property Type Returns a String (string in C#) representing the type of entry for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property YomiCompanyName Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the company name for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property YomiDepartment Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the department name for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property YomiDisplayName Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the Exchange display name for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property YomiFirstName Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the first name for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)
Public property YomiLastName Returns a String (string in C#) representing the Japanese phonetic rendering (yomigana) of the last name for the ExchangeUser. Read/write. (Inherited from _ExchangeUser.)

Top

See Also

Reference

ExchangeUser Interface

Microsoft.Office.Interop.Outlook Namespace