email/pop3andsmtpmtm/clientmtms/inc/SMTPCMDS.H
changeset 76 60a8a215b0ec
parent 0 72b543305e3a
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    37 	email message is "ready" is determined from its TMsvEntry::SendingState() 
    37 	email message is "ready" is determined from its TMsvEntry::SendingState() 
    38 	flag.
    38 	flag.
    39 	
    39 	
    40 	If an Internet connection has already been established by another client, 
    40 	If an Internet connection has already been established by another client, 
    41 	then this function may fail with KSmtpNoMsgsToSendWithActiveSettings if none 
    41 	then this function may fail with KSmtpNoMsgsToSendWithActiveSettings if none 
    42 	of the messages specified in aSelection match the IAP currently in use. */
    42 	of the messages specified in aSelection match the IAP currently in use. 
       
    43 	
       
    44 	Command KSMTPMTMSilentlySendOnNextConnection is also available to silently connect
       
    45 	to the network.
       
    46 	*/
    43 	KSMTPMTMSendOnNextConnection,
    47 	KSMTPMTMSendOnNextConnection,
    44 	/** Creates a new message. */
    48 	/** Creates a new message. */
    45 	KSMTPMTMCreateNewEmailMessage,
    49 	KSMTPMTMCreateNewEmailMessage,
    46 	/** Creates a new reply message. */
    50 	/** Creates a new reply message. */
    47 	KSMTPMTMCreateReplyEmailMessage,
    51 	KSMTPMTMCreateReplyEmailMessage,
    48 	/** Creates a new forwarded message. */
    52 	/** Creates a new forwarded message. */
    49 	KSMTPMTMCreateForwardEmailMessage,
    53 	KSMTPMTMCreateForwardEmailMessage,
    50 	/** Creates a new forwarded message as an attachment. */
    54 	/** Creates a new forwarded message as an attachment. */
    51 	KSMTPMTMCreateForwardAsAttachmentEmailMessage,
    55 	KSMTPMTMCreateForwardAsAttachmentEmailMessage,
    52 	/** Creates a new message-receipt message. */
    56 	/** Creates a new message-receipt message. */
    53 	KSMTPMTMCreateReceiptEmailMessage
    57 	KSMTPMTMCreateReceiptEmailMessage,
       
    58 		
       
    59 	/** Send messages on next connection silently without prompting the user.
       
    60 	
       
    61 	The first entry in aSelection specifies the SMTP service entry that is to 
       
    62 	be used to send the email messages. aSelection may contain only one entry 
       
    63 	ID. The SMTP MTM will append the Ids of all "ready" email messages which exist 
       
    64 	in the outbox that match the IAP of the specified SMTP service. Whether an 
       
    65 	email message is "ready" is determined from its TMsvEntry::SendingState() 
       
    66 	flag.
       
    67 	
       
    68 	If an Internet connection has already been established by another client, 
       
    69 	then this function may fail with KSmtpNoMsgsToSendWithActiveSettings if none 
       
    70 	of the messages specified in aSelection match the IAP currently in use. */
       
    71 	KSMTPMTMSilentlySendOnNextConnection
    54 	};
    72 	};
    55 
    73 
    56 #endif
    74 #endif