Catalyst Internet Mail .NET

InternetMail.MessageSize Property

Gets the size of the current message in bytes.

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

Property Value

An integer value which specifies the size of the message.

Remarks

The MessageSize property returns the size of the current message in bytes. The size includes the header and body portion of the message.

See Also

InternetMail Class | SocketTools Namespace