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< ExchangeFolderUserInfo > | get_AnonymousUser () |
| Gets Anonymous user account More... | |
| static System::SharedPtr< ExchangeFolderUserInfo > | get_DefaultUser () |
| Gets Default user account More... | |
Represents a user who has folder access permissions
| Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::ExchangeFolderUserInfo | ( | ) |
Initializes a new instance of the ExchangeFolderUserInfo class
|
static |
Gets Anonymous user account
|
static |
Gets Default user account
| System::String Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_DisplayName | ( | ) | const |
Gets the user name for display.
| System::String Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_PrimarySmtpAddress | ( | ) | const |
Gets the primary SMTP address of an account.
| 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.
| ExchangeFolderUserType Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::get_UserAccountType | ( | ) | const |
Gets a value that identifies the Anonymous and Default user accounts for delegate access.
| void Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::set_DisplayName | ( | System::String | value | ) |
Sets the user name for display.
| void Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::set_PrimarySmtpAddress | ( | System::String | value | ) |
Sets the primary SMTP address of an account.
| 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.
| void Aspose::Email::Clients::Exchange::ExchangeFolderUserInfo::set_UserAccountType | ( | ExchangeFolderUserType | value | ) |
Sets a value that identifies the Anonymous and Default user accounts for delegate access.