Avaya Client Services API Reference (iOS)
Properties | List of all members
CSExchangeConfiguration Class Reference

Configuration information for IP Office. More...

#import <CSExchangeConfiguration.h>

Inherits NSObject.

Properties

BOOL enabled
 A Boolean value indicating whether the IP Office provider is enabled. More...
 
NSString * domain
 The exchange domain for the user. More...
 
NSString * serverURL
 The URL of the server to connect with. More...
 
id< CSCredentialProvidercredentialProvider
 The credential provider. More...
 
NSArray * authenticationMethodPreferences
 Set priorities of authentication methods to be used for provider. More...
 

Detailed Description

Configuration information for IP Office.

Property Documentation

- (NSArray*) authenticationMethodPreferences
readwritenonatomiccopy

Set priorities of authentication methods to be used for provider.

- (id<CSCredentialProvider>) credentialProvider
readwritenonatomicweak

The credential provider.

- (NSString*) domain
readwritenonatomicstrong

The exchange domain for the user.

- (BOOL) enabled
readwritenonatomicassign

A Boolean value indicating whether the IP Office provider is enabled.

- (NSString*) serverURL
readwritenonatomicstrong

The URL of the server to connect with.


The documentation for this class was generated from the following file: