Inherits from NSObject
Conforms to NSCopying
Declared in MCONetService.h
MCONetService.mm

Overview

This class provides a specific way to access a given service

Properties

connectionType

What kind of connection type is supported, like SSL, Start TLS, Plain etc.

@property (nonatomic, assign) MCOConnectionType connectionType

Declared In

MCONetService.h

hostname

The hostname of the server. [MCONetService hostnameWithEmail:] is recommended instead as it can handle services with custom domains

@property (nonatomic, copy) NSString *hostname

Declared In

MCONetService.h

port

The port number of the service

@property (nonatomic, assign) unsigned int port

Declared In

MCONetService.h

Instance Methods

hostnameWithEmail:

If the service uses a custom domain this will return the proper hostname based
off the email address
- (NSString *)hostnameWithEmail:(NSString *)email

Declared In

MCONetService.h