|
Avaya Client Services API Reference (iOS)
|
Represents a message body of sip response. More...
#import <CSMessageBodyPart.h>
Inherits NSObject.
Properties | |
| NSData * | data |
| data represents raw body. More... | |
| NSString * | mimeType |
| mimeType represents Multipurpose Internet Mail Extensions type of the payload. More... | |
| NSString * | disposition |
| disposition represents disposition of the part. More... | |
| NSString * | encoding |
| encoding of the part to help decode the data. More... | |
| NSArray * | nestedParts |
| nestedParts of the payload of type CSMessageBodyPart. More... | |
Represents a message body of sip response.
|
readnonatomicassign |
data represents raw body.
|
readnonatomicassign |
disposition represents disposition of the part.
|
readnonatomicassign |
encoding of the part to help decode the data.
|
readnonatomicassign |
mimeType represents Multipurpose Internet Mail Extensions type of the payload.
|
readnonatomicassign |
nestedParts of the payload of type CSMessageBodyPart.