Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MimePart property gets MimePart for the body.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property MimePart As MimePart
Get
'Usage
Dim instance As Body
Dim value As MimePart
value = instance.MimePart
public MimePart MimePart { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.MimePart