Catalyst Internet Mail .NET

InternetMail.ContentLength Property

Gets the size of the data stored in the current message part.

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

Property Value

An integer which specifies the size of the current message part in bytes.

Remarks

The ContentLength property returns the size of the data stored in the selected message part. This property is read-only, and is updated when the current message part changes.

See Also

InternetMail Class | SocketTools Namespace