NGSmtpResponse
Inherits From: NSObject
Declared In: NGSmtpSupport.h
Methods: + responseWithCode:text: , - code , - text , - lastLine , - isPositive , - isTransientNegative , - isPermanentNegative


Class Description
No class description.


Instance Variables
NGSmtpReplyCode code;
NSString *text;

codeNo description.
textNo description.



Method Types
+ responseWithCode:text:
- code
- text
- lastLine
- isPositive
- isTransientNegative
- isPermanentNegative


Class Methods
responseWithCode:text:
+ (id)responseWithCode:(NGSmtpReplyCode)_code text:(NSString *)_text
No method description.


Instance Methods
code
- (NGSmtpReplyCode)code
No method description.

isPermanentNegative
- (BOOL)isPermanentNegative
No method description.

isPositive
- (BOOL)isPositive
No method description.

isTransientNegative
- (BOOL)isTransientNegative
No method description.

lastLine
- (NSString *)lastLine
No method description.

text
- (NSString *)text
No method description.


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