EMOobMessage Protocol Reference

Conforms to NSObject
Declared in EMOobMessage.h

Overview

Interface of message containers.

  messageMIMEType required method

Gets the message MIME type.

@property (nonatomic, copy, readonly) NSString *messageMIMEType

Return Value

The MIME type.

Availability

4.0

Declared In

EMOobMessage.h

  messageId required method

Gets the message identifier.

@property (nonatomic, copy, readonly) NSString *messageId

Return Value

The message identifier.

Availability

3.0

Declared In

EMOobMessage.h

  providerId required method

Gets the provider identifier.

@property (nonatomic, copy, readonly) NSString *providerId

Return Value

The provider identifier.

Availability

3.0

Declared In

EMOobMessage.h

– wipe required method

Wipes sensitive data securely from memory.

- (void)wipe

Availability

3.0

Declared In

EMOobMessage.h