NGMimeMultipartBody
Inherits From: NSObject
Declared In: NGMimeMultipartBody.h
Methods: - initWithPart: , - initWithPart:data:delegate: , - part , - parts , - addBodyPart: , - addBodyPart:atIndex: , - removeBodyPart: , - removeBodyPartAtIndex: , - setPrefix: , - prefix , - setSuffix: , - suffix


Class Description
No class description.


Instance Variables
id<NGMimePart> part;
NSString *prefix;
NSString *suffix;
NSMutableArray *bodyParts;
NSData *rawData;
id delegate;
struct {    
    BOOL isParsed:1;
} flags;

partNo description.
prefixNo description.
suffixNo description.
bodyPartsNo description.
rawDataNo description.
delegateNo description.
flags.isParsedNo description.



Method Types
- initWithPart:
- initWithPart:data:delegate:
- part
- parts
- addBodyPart:
- addBodyPart:atIndex:
- removeBodyPart:
- removeBodyPartAtIndex:
- setPrefix:
- prefix
- setSuffix:
- suffix


Instance Methods
addBodyPart:
- (void)addBodyPart:(id<NGPart>)_part
No method description.

addBodyPart:atIndex:
- (void)addBodyPart:(id<NGPart>)_part atIndex:(int)_idx
No method description.

initWithPart:
- (id)initWithPart:(id<NGMimePart>)_part
No method description.

initWithPart:data:delegate:
- (id)initWithPart:(id<NGMimePart>)_part data:(NSData *)_data delegate:(id)_delegate
No method description.

part
- (id<NGMimePart>)part
No method description.

parts
- (NSArray *)parts
No method description.

prefix
- (NSString *)prefix
No method description.

removeBodyPart:
- (void)removeBodyPart:(id<NGPart>)_part
No method description.

removeBodyPartAtIndex:
- (void)removeBodyPartAtIndex:(int)_idx
No method description.

setPrefix:
- (void)setPrefix:(NSString *)_prefix
No method description.

setSuffix:
- (void)setSuffix:(NSString *)_suffix
No method description.

suffix
- (NSString *)suffix
No method description.


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