MimeDocument.RootPart Property
The RootPart property gets or sets the root MimePart in the incoming Multipurpose Internet Mail Extensions (MIME) message.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property RootPart As MimePart
Get
Set
'Usage
Dim instance As MimeDocument
Dim value As MimePart
value = instance.RootPart
instance.RootPart = value
public MimePart RootPart { get; set; }