EMOobMessage Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | EMOobMessage.h |
messageMIMEType
required method
Gets the message MIME type.
@property (nonatomic, copy, readonly) NSString *messageMIMETypeReturn Value
The MIME type.
Availability
4.0
Declared In
EMOobMessage.h
messageId
required method
Gets the message identifier.
@property (nonatomic, copy, readonly) NSString *messageIdReturn Value
The message identifier.
Availability
3.0
Declared In
EMOobMessage.h
providerId
required method
Gets the provider identifier.
@property (nonatomic, copy, readonly) NSString *providerIdReturn Value
The provider identifier.
Availability
3.0
Declared In
EMOobMessage.h
– wipe
required method
Wipes sensitive data securely from memory.
- (void)wipeAvailability
3.0
Declared In
EMOobMessage.h