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
public abstract long MimeStreamLength { get; }
public:
virtual property long long MimeStreamLength {
long long get () abstract;
}
/** @property */
public abstract long get_MimeStreamLength ()
public abstract function get MimeStreamLength () : long
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003