|
|
NSMailDelivery.h |
NSMailDelivery.h includes the class
NSMailDelivery, which allows applications to send
email using Mail.
class to enable delivery of an email message using Mail.
String constants used to specify the format in the +deliverMessage:headers:format:protocol: method.
String constants used to specify the format in the +deliverMessage:headers:format:protocol: method.
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.
String constants used to specify the delivery protocol in the +deliverMessage:headers:format:protocol: method.
NSASCIIMailFormat |
String constants used to specify the format in the +deliverMessage:headers:format:protocol: method.
See Also:MESSAGE_EXPORT NSString *NSMIMEMailFormat;
NSMIMEMailFormat |
String constants used to specify the format in the +deliverMessage:headers:format:protocol: method.
See Also:MESSAGE_EXPORT NSString *NSMIMEMailFormat;
NSSendmailDeliveryProtocol |
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;
NSSMTPDeliveryProtocol |
String constants used to specify the delivery protocol in the +deliverMessage:headers:format:protocol: method.
MESSAGE_EXPORT NSString *NSSMTPDeliveryProtocol;
Last Updated: 2009-04-17