Share via


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

See also

Reference

MailItem class

MailItem members

Microsoft.Exchange.Data.Transport namespace