Catalyst Internet Mail .NET

InternetMail.ProgressEventArgs.MessageSize Property

Gets a value which specifies the total number of bytes in the data stream.

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

Property Value

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

Remarks

The MessageSize property specifies the total amount of data being read from the client and stored in the data stream, or written from the data stream to the client. If the amount of data was unknown or unspecified at the time the method call was made, then this value will always be the same as the MessageCopied property.

See Also

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