NGMimeMessage
Inherits From: NSObject
Conforms To: NGMimePart
Declared In: NGMimeMessage.h
Methods: + messageWithHeader: , - initWithHeader: , - valuesOfHeaderFieldWithName: , - headerFieldNames , - setBody: , - body , - contentType , - contentId , - contentLanguage , - contentMd5 , - encoding , - contentDescription


Class Description
No class description.


Instance Variables
NGHashMap *header;
id body;
NGMimeType *mimeType;

headerNo description.
bodyNo description.
mimeTypeNo description.



Method Types
+ messageWithHeader:
- initWithHeader:
- valuesOfHeaderFieldWithName:
- headerFieldNames
- setBody:
- body
- contentType
- contentId
- contentLanguage
- contentMd5
- encoding
- contentDescription


Class Methods
messageWithHeader:
+ (id)messageWithHeader:(NGHashMap *)_headers
No method description.


Instance Methods
body
- (id)body
No method description.

contentDescription
- (NSString *)contentDescription
No method description.

contentId
- (NSString *)contentId
No method description.

contentLanguage
- (NSArray *)contentLanguage
No method description.

contentMd5
- (NSString *)contentMd5
No method description.

contentType
- (NGMimeType *)contentType
No method description.

encoding
- (NSString *)encoding
No method description.

headerFieldNames
- (NSEnumerator *)headerFieldNames
No method description.

initWithHeader:
- (id)initWithHeader:(NGHashMap *)_headers
No method description.

setBody:
- (void)setBody:(id)_body
No method description.

valuesOfHeaderFieldWithName:
- (NSEnumerator *)valuesOfHeaderFieldWithName:(NSString *)_name
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.