PowerTCP Mail for .NET
SmtpProgressEventArgs Class
Members 




Provides data for Progress.
Object Model
SmtpProgressEventArgs ClassMailMessage Class
Syntax
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 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.Mail.ProgressEventArgs
         Dart.Mail.SmtpProgressEventArgs

See Also

Reference

SmtpProgressEventArgs Members
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic