Up
Authors
Manuel Guesdon (mguesdon@orange-concept.com )
Date: Generated at 2026-06-22
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
class_GSWMailDelivery
NSObject
NSObject
GSWMailDelivery
GSWMailDelivery
NSObject->GSWMailDelivery
Declared in:
WebObjects/GSWMailDelivery.h
Availability: OpenStep
Description forthcoming.
- (void)
_invokeGSWSendMailAt: (id)at
withEmail: (id)email;
Availability: OpenStep
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.
- (void)
sendEmail: (
NSString *)emailString;
Availability: OpenStep
Description forthcoming.
Up