Overview
NSMailDelivery.h
includes the class
NSMailDelivery
, which allows applications to send
email using Mail.
Classes
- NSMailDelivery
- class to enable delivery of an email message using Mail.
Constants
String constants used to specify the format in
the +deliverMessage:headers:format:protocol: method.
See Also:
- NSMIMEMailFormat
MESSAGE_EXPORT NSString *NSMIMEMailFormat;
- Availability
- Introduced in Mac OS X v10.0, but later deprecated in Mac OS X v10.5.
Sendmail is no longer a supported sending protocol. Invoking
deliveryMessage:headers:format:protocol: with this protocol
specified will immediately return NO and the message will
not be delivered.
MESSAGE_EXPORT NSString *NSSendmailDeliveryProtocol;
- Availability
- Introduced in Mac OS X v10.0, but later deprecated in Mac OS X v10.5.
String constants used to specify the delivery protocol in
the +deliverMessage:headers:format:protocol: method.
MESSAGE_EXPORT NSString *NSSMTPDeliveryProtocol;
- Availability
- Introduced in Mac OS X v10.0, but later deprecated in Mac OS X v10.5.
Globals
String constants used to specify the format in
the +deliverMessage:headers:format:protocol: method.
See Also:
- NSASCIIMailFormat
MESSAGE_EXPORT NSString *NSMIMEMailFormat;
- Availability
- Introduced in Mac OS X v10.0, but later deprecated in Mac OS X v10.5.
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2008-03-11