Avaya Client Services API Reference (OS X)
Properties | List of all members
CSMessageBodyPart Class Reference

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...
 

Detailed Description

Represents a message body of sip response.

Property Documentation

- (NSData*) data
readnonatomicassign

data represents raw body.

- (NSString*) disposition
readnonatomicassign

disposition represents disposition of the part.

- (NSString*) encoding
readnonatomicassign

encoding of the part to help decode the data.

- (NSString*) mimeType
readnonatomicassign

mimeType represents Multipurpose Internet Mail Extensions type of the payload.

- (NSArray*) nestedParts
readnonatomicassign

nestedParts of the payload of type CSMessageBodyPart.


The documentation for this class was generated from the following file: