Partager via


UserEmailInfo Class

 

Describes a hosted email account.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.HostedEmail.UserEmailInfo

Syntax

public class UserEmailInfo
public ref class UserEmailInfo 
Public Class UserEmailInfo

Constructors

Name Description
System_CAPS_pubmethod UserEmailInfo()

Creates a new instance of a UserEmailInfo object.

Properties

Name Description
System_CAPS_pubproperty EmailAccount

Retrieves information on a hosted email account.

System_CAPS_pubproperty WSSUserName

Retrieves the name of a Windows Server 2012 Essentials user.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This object exists primarily to associate a hosted email account with Windows Server user.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top