MailItem.MimeStreamLength Property
When overridden in a derived class, the MimeStreamLength property gets the current length of the Multipurpose Internet Mail Extensions (MIME) content for this instance of the derived class.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MimeStreamLength As Long
Get
'Usage
Dim instance As MailItem
Dim value As Long
value = instance.MimeStreamLength
public abstract long MimeStreamLength { get; }
Property Value
Type: System.Int64