Up

GSWeb: Class GSWMailDelivery

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2002/11/18 11:14:55

Copyright: (C) 1999-2002 Free Software Foundation, Inc.

Software documentation for the GSWMailDelivery class

GSWMailDelivery : NSObject

Declared in:
Foundation/GSWMailDelivery.h
Standards:

Description forthcoming.

Method summary

_invokeGSWSendMailAt: withEmail: 

- (void) _invokeGSWSendMailAt: (id)at withEmail: (id)email;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


composeEmailFrom: to: cc: bcc: subject: component: send: 

- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc bcc: (NSArray*)bcc subject: (NSString*)subject component: (GSWComponent*)component send: (BOOL)sendNow;

Description forthcoming.


composeEmailFrom: to: cc: bcc: subject: plainText: send: 

- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc bcc: (NSArray*)bcc subject: (NSString*)subject plainText: (NSString*)plainTextMessage send: (BOOL)sendNow;

Description forthcoming.


composeEmailFrom: to: cc: subject: component: send: 

- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc subject: (NSString*)subject component: (GSWComponent*)component send: (BOOL)sendNow;

Description forthcoming.


composeEmailFrom: to: cc: subject: plainText: send: 

- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc subject: (NSString*)subject plainText: (NSString*)plainTextMessage send: (BOOL)sendNow;

Description forthcoming.


sendEmail: 

- (void) sendEmail: (NSString*)emailString;

Description forthcoming.



Up