EMOobUserToProviderMessage Protocol Reference
| Conforms to | EMOobMessageMeta EMOobOutgoingMessage |
|---|---|
| Declared in | EMOobUserToProviderMessage.h |
locale
required method
Gets the locale the message content is for.
@property (nonatomic, copy, readonly) NSString *localeReturn Value
The locale.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
contentType
required method
content
required method
Gets the message content as a secure byte array.
@property (nonatomic, strong, readonly) id<EMSecureByteArray> contentReturn Value
The content.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
contentString
required method
subject
required method
Gets the message subject.
@property (nonatomic, copy, readonly) id<EMSecureString> subjectReturn Value
The subject.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
createTime
required method
Gets the creation date.
@property (nonatomic, assign, readonly) NSTimeInterval createTimeReturn Value
The creation date.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
from
required method
Gets the originator.
@property (nonatomic, copy, readonly) NSString *fromReturn Value
The originator.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
to
required method
Gets the recipient.
@property (nonatomic, copy, readonly) NSString *toReturn Value
The recipient.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
replyTo
required method
Gets the response recipient.
@property (nonatomic, copy, readonly) NSString *replyToReturn Value
The response recipient.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
threadId
required method
Gets the thread identifier.
@property (nonatomic, copy, readonly) NSString *threadIdReturn Value
The thread identifier.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h
attachments
required method
Gets the attachments.
@property (nonatomic, copy, readonly) NSArray *attachmentsReturn Value
The attachments.
Availability
3.0
Declared In
EMOobUserToProviderMessage.h