EmailMessage Class
The EmailMessage class represents an e-mail message.
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.Transport.Email.EmailMessage
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Class EmailMessage _
Implements IDisposable
'Usage
Dim instance As EmailMessage
public class EmailMessage : IDisposable
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.