Catalyst Internet Mail .NET

InternetMail.ProgressEventArgs.Percent Property

Gets a value which specifies the percentage of data that has been read or written.

[Visual Basic]
Public ReadOnly Property Percent As Integer
[C#]
public int Percent {get;}

Property Value

An integer value which specifies a percentage.

Remarks

The Percent property specifies the percentage of data that has been transmitted, expressed as an integer value between 0 and 100, inclusive. If the maximum size of the data stream was not specified by the caller, this value will always be 100.

See Also

InternetMail.ProgressEventArgs Class | SocketTools Namespace | MessageCopied Property | MessageSize Property