4AspNet POP3 .NET Component

Attachment.EstimatedSize Property

Gets the estimated size of the Attachment

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

Remarks

The value reported by this property is the length of the data section of the Attachment object. If the data is encoded, the value will be estimated depending on the encoding used. If the size can not be estimated the value will contain the size of the data in its encoded state.

See Also

Attachment Class | ForAspNet.POP3 Namespace