Dart.Mail Namespace : SmtpProgressEventArgs Class |
Public Class SmtpProgressEventArgs Inherits ProgressEventArgs
Dim instance As SmtpProgressEventArgs
public class SmtpProgressEventArgs : ProgressEventArgs
public __gc class SmtpProgressEventArgs : public ProgressEventArgs
public ref class SmtpProgressEventArgs : public ProgressEventArgs
When a message is sent to the server, the Progress event is raised as each data buffer is processed. This event includes an SmtpProgressEventArgs instance with data useful for displaying progress to the user. For example, if you wish to display progress for the sending of a message, use 0 for System.Windows.Forms.ProgressBar.Minimum, ProgressEventArgs.Length for System.Windows.Forms.ProgressBar.Maximum, and ProgressEventArgs.Position for System.Windows.Forms.ProgressBar.Value.
System.Object
System.EventArgs
Dart.Mail.ProgressEventArgs
Dart.Mail.SmtpProgressEventArgs