User members
Represents a user on Microsoft Exchange Server.
The User type exposes the following members.
Constructors
Name | Description | |
---|---|---|
User() | Initializes a new instance of the User class. | |
User(ADUser) | Initializes a new instance of the User class with an Active Directory user object. |
Top
Properties
Name | Description | |
---|---|---|
ArchiveRelease | ||
CertificateSubject | Gets or sets the value of the subject field of the user's digital certificate. | |
CloneableEnabledStateProperties | Gets the list of properties on the User object marked with the ProvisionalCloneEnabledState attribute. (Overrides ADPresentationObject.CloneableEnabledStateProperties.) | |
CloneableOnceProperties | Gets the list of properties on the User object that can be cloned only one time. (Overrides ADPresentationObject.CloneableOnceProperties.) | |
CloneableProperties | Gets the list of cloneable properties on the User object. (Overrides ADPresentationObject.CloneableProperties.) | |
ConsumerNetID | ||
ExternalDirectoryObjectId | ||
InPlaceHoldsRaw | ||
IsLinked | Gets a value that indicates whether the user is associated with an external account. | |
IsSecurityPrincipal | Gets a value that indicates whether the user is the security principal. | |
IsSoftDeletedByDisable | ||
IsSoftDeletedByRemove | ||
LEOEnabled | ||
LinkedMasterAccount | Gets the master account in the forest where the user account resides if this user is a linked user (the IsLinked property is true). | |
MailboxProvisioningConstraint | ||
MailboxProvisioningPreferences | ||
MailboxRelease | ||
MicrosoftOnlineServicesID | Gets or sets the ID of the Microsoft Online Services. | |
NetID | The property is for internal use and is not intended to be used in your code. | |
OrganizationalUnit | Gets the Organization Unit (OU) of the user. | |
PreviousRecipientTypeDetails | ||
RemotePowerShellEnabled | Gets or sets a value that indicates whether the user can use Remote PowerShell. | |
ResetPasswordOnNextLogon | Gets or sets a value that indicates whether the user must reset their password the next time the user logs on. | |
SamAccountName | Gets or sets the logon name used to support clients and servers running on older versions of the operating system. | |
Sid | Gets the security identifier (SID) of the user. | |
SidHistory | Gets the previous security identifier (SID) used for the user if the user was moved from another domain. | |
SKUAssigned | ||
UpgradeDetails | ||
UpgradeMessage | ||
UpgradeRequest | ||
UpgradeStage | ||
UpgradeStageTimeStamp | ||
UpgradeStatus | ||
UserAccountControl | Gets a value that controls the behavior of the user account. | |
UserPrincipalName | Gets or sets the user principal name (UPN) of the user. | |
WhenSoftDeleted | ||
WindowsLiveID | The property is for internal use and is not intended to be used in your code. |
Top