Up
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.
- Declared in:
- Foundation/GSWMailDelivery.h
Standards:
Description forthcoming.
Method summary
- (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.
- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc bcc: (NSArray*)bcc subject: (NSString*)subject component: (GSWComponent*)component send: (BOOL)sendNow;
Description forthcoming.
- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc bcc: (NSArray*)bcc subject: (NSString*)subject plainText: (NSString*)plainTextMessage send: (BOOL)sendNow;
Description forthcoming.
- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc subject: (NSString*)subject component: (GSWComponent*)component send: (BOOL)sendNow;
Description forthcoming.
- (NSString*) composeEmailFrom: (NSString*)sender to: (NSArray*)to cc: (NSArray*)cc subject: (NSString*)subject plainText: (NSString*)plainTextMessage send: (BOOL)sendNow;
Description forthcoming.
- (void) sendEmail: (NSString*)emailString;
Description forthcoming.
Up