Body.MimePart property
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