Properties
fileName
The filename to be associated with this multipart object.
@property (nonatomic, readonly, copy) NSString *fileName
Discussion
The filename to be associated with this multipart object.
Declared In
AGMultipart.h
mimeType
The mimeType to be associated with this multipart object.
@property (nonatomic, readonly, copy) NSString *mimeType
Discussion
The mimeType to be associated with this multipart object.
Declared In
AGMultipart.h
name
The name to be associated with this multipart object.
@property (nonatomic, readonly, copy) NSString *name
Discussion
The name to be associated with this multipart object.
Declared In
AGMultipart.h