Catalyst Internet Mail .NET

InternetMail.ProgressEventArgs.MessageCopied Property

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

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

Property Value

An integer value which specifies the number of bytes of data.

Remarks

The MessageCopied property specifies the number of bytes that have been read from the client and stored in the local stream buffer, or written from the stream buffer to the client.

See Also

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