SMTP Timeout Type Constants identifies the operations of communicating with an SMTP server that require a time out value (when Framework EDI is an SMTP client).
SmtpTimeout_DATA_Reply (5) – Period of time to wait for a reply after sending an DATA command. Default is 2 minutes.
SmtpTimeout_DATA_Block_Send (6) – Time interval expected to complete sending a chunk of message data. Default is 3 minutes.
SmtpTimeout_DATA_Termination_Reply (7) – Period of time to wait for a reply after sending all of the message data. Default is 10 minutes.
SmtpTimeout_EHLO_Send (8) – Time interval expected to complete sending an EHLO command. Default is 5 minutes.
SmtpTimeout_EHLO_Reply (9) – Period of time to wait for a reply after sending an EHLO command. Default is 5 minutes.
SmtpTimeout_EXPN_Send (10) – Time interval expected to complete sending an EXPN command. Default is 5 minutes.
SmtpTimeout_EXPN_Reply (11) – Period of time to wait for a reply after sending an EXPN command. Default is 5 minutes.
SmtpTimeout_HELO_Send (12) – Time interval expected to complete sending an HELO command. Default is 5 minutes.
SmtpTimeout_HELO_Reply (13) – Period of time to wait for a reply after sending an HELO command. Default is 5 minutes.
SmtpTimeout_HELP_Send (14) – Time interval expected to complete sending an HELP command. Default is 5 minutes.
SmtpTimeout_HELP_Reply (15) – Period of time to wait for a reply after sending an HELP command. Default is 5 minutes.
SmtpTimeout_MAIL_Send (16) – Time interval expected to complete sending an MAIL command. Default is 5 minutes.
SmtpTimeout_MAIL_Reply (17) – Period of time to wait for a reply after sending an MAIL command. Default is 5 minutes.
SmtpTimeout_NOOP_Send (18) – Time interval expected to complete sending an NOOP command. Default is 5 minutes.
SmtpTimeout_NOOP_Reply (19) – Period of time to wait for a reply after sending an NOOP command. Default is 5 minutes.
SmtpTimeout_QUIT_Send (20) – Time interval expected to complete sending an QUIT command. Default is 5 minutes.
SmtpTimeout_QUIT_Reply (21) – Period of time to wait for a reply after sending an QUIT command. Default is 5 minutes.
SmtpTimeout_RCPT_Send (22) – Time interval expected to complete sending an RCPT command. Default is 5 minutes.
SmtpTimeout_RCPT_Reply (23) – Period of time to wait for a reply after sending an RCPT command. Default is 5 minutes.
SmtpTimeout_RSET_Send (24) – Time interval expected to complete sending an RSET command. Default is 5 minutes.
SmtpTimeout_RSET_Reply (25) – Period of
time to wait for a reply after sending an RSET command. Default is 5
minutes.