Unified messaging configuration More...
Inherits Object.
Public Member Functions | |
| bool | get_UMEnabled () const |
| The UMEnabled determines whether a mailbox is enabled for Unified Messaging. More... | |
| void | set_UMEnabled (bool value) |
| The UMEnabled determines whether a mailbox is enabled for Unified Messaging. More... | |
| System::String | get_PlayOnPhoneDialString () const |
| Play On Phone dial string More... | |
| void | set_PlayOnPhoneDialString (System::String value) |
| Play On Phone dial string More... | |
| bool | get_PlayOnPhoneEnabled () const |
| Indicates whether Play On Phone enabled More... | |
| void | set_PlayOnPhoneEnabled (bool value) |
| Indicates whether Play On Phone enabled More... | |
| UnifiedMessagingConfiguration (bool umEnabled, System::String playOnPhoneDialString, bool playOnPhoneEnabled) | |
| System::String | ToString () const override |
| Returns a string which represents the object instance. More... | |
Friends | |
| class | Aspose::Email::Clients::Exchange::WebService::EWSClient2010 |
Unified messaging configuration
| Aspose::Email::Clients::Exchange::WebService::UnifiedMessagingConfiguration::UnifiedMessagingConfiguration | ( | bool | umEnabled, |
| System::String | playOnPhoneDialString, | ||
| bool | playOnPhoneEnabled | ||
| ) |
| System::String Aspose::Email::Clients::Exchange::WebService::UnifiedMessagingConfiguration::get_PlayOnPhoneDialString | ( | ) | const |
Play On Phone dial string
| bool Aspose::Email::Clients::Exchange::WebService::UnifiedMessagingConfiguration::get_PlayOnPhoneEnabled | ( | ) | const |
Indicates whether Play On Phone enabled
| bool Aspose::Email::Clients::Exchange::WebService::UnifiedMessagingConfiguration::get_UMEnabled | ( | ) | const |
The UMEnabled determines whether a mailbox is enabled for Unified Messaging.
| void Aspose::Email::Clients::Exchange::WebService::UnifiedMessagingConfiguration::set_PlayOnPhoneDialString | ( | System::String | value | ) |
Play On Phone dial string
| void Aspose::Email::Clients::Exchange::WebService::UnifiedMessagingConfiguration::set_PlayOnPhoneEnabled | ( | bool | value | ) |
Indicates whether Play On Phone enabled
| void Aspose::Email::Clients::Exchange::WebService::UnifiedMessagingConfiguration::set_UMEnabled | ( | bool | value | ) |
The UMEnabled determines whether a mailbox is enabled for Unified Messaging.
|
override |
Returns a string which represents the object instance.
|
friend |