AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeUser operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.WorkMail.Model.DescribeUserResponse

Namespace: Amazon.WorkMail.Model
Assembly: AWSSDK.WorkMail.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeUserResponse : AmazonWebServiceResponse

The DescribeUserResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeUserResponse()

Properties

NameTypeDescription
Public Property City System.String

Gets and sets the property City.

City where the user is located.

Public Property Company System.String

Gets and sets the property Company.

Company of the user.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Country System.String

Gets and sets the property Country.

Country where the user is located.

Public Property Department System.String

Gets and sets the property Department.

Department of the user.

Public Property DisabledDate System.DateTime

Gets and sets the property DisabledDate.

The date and time at which the user was disabled for WorkMail usage, in UNIX epoch time format.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The display name of the user.

Public Property Email System.String

Gets and sets the property Email.

The email of the user.

Public Property EnabledDate System.DateTime

Gets and sets the property EnabledDate.

The date and time at which the user was enabled for WorkMailusage, in UNIX epoch time format.

Public Property FirstName System.String

Gets and sets the property FirstName.

First name of the user.

Public Property HiddenFromGlobalAddressList System.Boolean

Gets and sets the property HiddenFromGlobalAddressList.

If enabled, the user is hidden from the global address list.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Initials System.String

Gets and sets the property Initials.

Initials of the user.

Public Property JobTitle System.String

Gets and sets the property JobTitle.

Job title of the user.

Public Property LastName System.String

Gets and sets the property LastName.

Last name of the user.

Public Property MailboxDeprovisionedDate System.DateTime

Gets and sets the property MailboxDeprovisionedDate.

The date when the mailbox was removed for the user.

Public Property MailboxProvisionedDate System.DateTime

Gets and sets the property MailboxProvisionedDate.

The date when the mailbox was created for the user.

Public Property Name System.String

Gets and sets the property Name.

The name for the user.

Public Property Office System.String

Gets and sets the property Office.

Office where the user is located.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property State Amazon.WorkMail.EntityState

Gets and sets the property State.

The state of a user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).

Public Property Street System.String

Gets and sets the property Street.

Street where the user is located.

Public Property Telephone System.String

Gets and sets the property Telephone.

User's contact number.

Public Property UserId System.String

Gets and sets the property UserId.

The identifier for the described user.

Public Property UserRole Amazon.WorkMail.UserRole

Gets and sets the property UserRole.

In certain cases, other entities are modeled as users. If interoperability is enabled, resources are imported into WorkMail as users. Because different WorkMail organizations rely on different directory types, administrators can distinguish between an unregistered user (account is disabled and has a user role) and the directory administrators. The values are USER, RESOURCE, SYSTEM_USER, and REMOTE_USER.

Public Property ZipCode System.String

Gets and sets the property ZipCode.

Zip code of the user.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5