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 Normalize method collapses and reorders the Multipurpose Internet Mail Extensions (MIME) hierarchy for the message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Sub Normalize
'Usage
Dim instance As EmailMessage
instance.Normalize()
public void Normalize()
Remarks
Adding and removing attachments, bodies, and headers for a message might leave the MIME hierarchy in a state that is not interpreted correctly by some existing mail clients. Use the Normalize method to correctly organize the MIME hierarchy of the message.