OrgPersonPresentationObject Members
Include Protected Members
Include Inherited Members
Represents the attributes of an organization person in Active Directory.
The OrgPersonPresentationObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrgPersonPresentationObject() | Initializes a new instance of the OrgPersonPresentationObject class. | |
OrgPersonPresentationObject(ADObject) | Initializes a new instance of the OrgPersonPresentationObject class with an Active Directory data store object. |
Top
Properties
Name | Description | |
---|---|---|
AllowUMCallsFromNonUsers | Gets or sets a value that indicates whether to exclude the person from directory searches. | |
AssistantName | Gets or sets the name of the person’s assistant. | |
City | Gets or sets the city of the person. | |
CloneableEnabledStateProperties | Gets the list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute. (Inherited from ADPresentationObject.) | |
CloneableOnceProperties | Gets the list of properties on the presentation object that can be cloned only one time. (Inherited from ADPresentationObject.) | |
CloneableProperties | Gets the list of cloneable properties on the presentation object. (Inherited from ADPresentationObject.) | |
Company | Gets or sets the company of the person. | |
CountryOrRegion | Gets or sets the country or region of the person. | |
Department | Gets or sets the department of the person. | |
DirectReports | Gets the list of users who directly report to the person. | |
DisplayName | Gets or sets the name of the person. | |
DistinguishedName | Gets the distinguished name for the object. (Inherited from ADObject.) | |
ExchangeVersion | Gets the version of Microsoft Exchange that this object is associated with. (Inherited from ADObject.) | |
Fax | Gets or sets the fax number of the person. | |
FirstName | Gets or sets the first name of the person. | |
Guid | Gets the unique identifier for this object. (Inherited from ADObject.) | |
HomePhone | Gets or sets the home telephone number of the person. | |
Identity | (Inherited from ADObject.) | |
Initials | Gets or sets the initials for the person. | |
IsValid | Gets a value that indicates whether the presentation object is valid. (Inherited from ADPresentationObject.) | |
LastName | Gets or sets the surname of the person. | |
Manager | Gets or sets the manager of the person. | |
MobilePhone | Gets or sets the primary mobile phone number of the person. | |
Name | Gets or sets the name associated with this object. (Inherited from ADObject.) | |
Notes | Gets or sets additional information about the person. | |
ObjectCategory | (Inherited from ADObject.) | |
ObjectClass | (Inherited from ADObject.) | |
Office | Gets or sets the physical office name or number of the person. | |
OrganizationId | (Inherited from ADObject.) | |
OriginatingServer | (Inherited from ADRawEntry.) | |
OtherFax | Gets or sets the alternative fax number of the person. | |
OtherHomePhone | Gets or sets the alternative home phone number of the person. | |
OtherTelephone | Gets or sets the alternative office phone number of the person. | |
Pager | Gets or sets the pager number of the person. | |
Phone | Gets or sets the office phone number of the person. | |
PhoneticDisplayName | Gets or sets the phonetic pronunciation of the value of the DisplayName property. | |
PostalCode | Gets or sets the postal code of the person. | |
PostOfficeBox | Gets or sets the post office box number of the person. | |
RecipientType | Gets the type of the mail-enabled object. | |
RecipientTypeDetails | Gets the details of the recipient type. | |
SeniorityIndex | Gets or sets the order in which this person is displayed in a hierarchical address book. | |
SimpleDisplayName | Gets or sets the alternative description of the object when only a limited set of characters is permitted. | |
StateOrProvince | Gets or sets the state or province of the person. | |
StreetAddress | Gets or sets the physical address of the person. | |
TelephoneAssistant | Gets or sets the phone number of the assistant of the person. | |
Title | Gets or sets the title of the person. | |
UMCallingLineIds | Gets or sets the phone numbers or extensions that can be mapped to a Unified Messaging (UM)-enabled person. | |
UMDialPlan | Gets or sets the ID of the Unified Messaging (UM) recipient dial plan. | |
UMDtmfMap | Gets or sets a value to indicate whether to create a user-defined DTMF map for the Unified Messaging (UM)-enabled person. | |
VoiceMailSettings | Gets the settings that are used to subscribe to the voicemail server. | |
WebPage | Gets or sets the webpage of the person. | |
WhenChanged | (Inherited from ADObject.) | |
WhenChangedUTC | (Inherited from ADObject.) | |
WhenCreated | (Inherited from ADObject.) | |
WhenCreatedUTC | (Inherited from ADObject.) | |
WindowsEmailAddress | Gets or sets the email address of the person. |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from ConfigurableObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProperties | (Inherited from ConfigurableObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetObjectClass | (Inherited from ADObject.) | |
ToString | (Inherited from ADObject.) | |
Validate | (Inherited from ConfigurableObject.) | |
ValidateRead | Validates the presentation object when it is read. (Inherited from ADPresentationObject.) | |
ValidateWrite | Validates the presentation object when it is written. (Inherited from ADPresentationObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IConfigurable.CopyChangesFrom | (Inherited from ConfigurableObject.) | |
IConfigurable.ObjectState | (Inherited from ConfigurableObject.) | |
IConfigurable.ResetChangeTracking | (Inherited from ConfigurableObject.) |
Top