IPWorks S/MIME 2020 .NET Edition

Questions / Feedback?

Progress Event

Shows the progress of decoding/encoding the input data.

Syntax

public event OnProgressHandler OnProgress;

public delegate void OnProgressHandler(object sender, MimeProgressEventArgs e);

public class MimeProgressEventArgs : EventArgs {
  public int PercentDone { get; }
}
Public Event OnProgress As OnProgressHandler

Public Delegate Sub OnProgressHandler(sender As Object, e As MimeProgressEventArgs)

Public Class MimeProgressEventArgs Inherits EventArgs
  Public ReadOnly Property PercentDone As Integer
End Class

Remarks

The Progress allows the user to visualize the progress of processing the input data.

The PercentDone parameter shows what percentage of the input has been read.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 .NET Edition - Version 20.0 [Build 8154]