Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo Class Referencefinal

Represents a user who has folder access permissions More...

Inherits Object.

Public Member Functions

System::String get_Sid () const
 Gets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user. More...
 
void set_Sid (System::String value)
 Sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user. More...
 
System::String get_PrimarySmtpAddress () const
 Gets the primary SMTP address of an account. More...
 
void set_PrimarySmtpAddress (System::String value)
 Sets the primary SMTP address of an account. More...
 
ExchangeFolderUserType get_UserAccountType () const
 Gets a value that identifies the Anonymous and Default user accounts for delegate access. More...
 
void set_UserAccountType (ExchangeFolderUserType value)
 Sets a value that identifies the Anonymous and Default user accounts for delegate access. More...
 
System::String get_DisplayName () const
 Gets the user name for display. More...
 
void set_DisplayName (System::String value)
 Sets the user name for display. More...
 
 ExchangeFolderUserInfo ()
 Initializes a new instance of the ExchangeFolderUserInfo class More...
 

Static Public Member Functions

static System::SharedPtr< ExchangeFolderUserInfoget_AnonymousUser ()
 Gets Anonymous user account More...
 
static System::SharedPtr< ExchangeFolderUserInfoget_DefaultUser ()
 Gets Default user account More...
 

Detailed Description

Represents a user who has folder access permissions

Constructor & Destructor Documentation

◆ ExchangeFolderUserInfo()

Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::ExchangeFolderUserInfo ( )

Initializes a new instance of the ExchangeFolderUserInfo class

Member Function Documentation

◆ get_AnonymousUser()

static System::SharedPtr<ExchangeFolderUserInfo> Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_AnonymousUser ( )
static

Gets Anonymous user account

◆ get_DefaultUser()

static System::SharedPtr<ExchangeFolderUserInfo> Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_DefaultUser ( )
static

Gets Default user account

◆ get_DisplayName()

System::String Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_DisplayName ( ) const

Gets the user name for display.

◆ get_PrimarySmtpAddress()

System::String Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_PrimarySmtpAddress ( ) const

Gets the primary SMTP address of an account.

◆ get_Sid()

System::String Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_Sid ( ) const

Gets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.

◆ get_UserAccountType()

ExchangeFolderUserType Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_UserAccountType ( ) const

Gets a value that identifies the Anonymous and Default user accounts for delegate access.

◆ set_DisplayName()

void Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::set_DisplayName ( System::String  value)

Sets the user name for display.

◆ set_PrimarySmtpAddress()

void Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::set_PrimarySmtpAddress ( System::String  value)

Sets the primary SMTP address of an account.

◆ set_Sid()

void Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::set_Sid ( System::String  value)

Sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.

◆ set_UserAccountType()

void Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::set_UserAccountType ( ExchangeFolderUserType  value)

Sets a value that identifies the Anonymous and Default user accounts for delegate access.