Click or drag to resize

IMailMessage Interface

Mail message content

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IMailMessage : IDisposable, 
	IEquatable<IProxy>

The IMailMessage type exposes the following members.

Properties
  NameDescription
Public propertyBody
Body
Public propertyBodyHtml
Html Body
Public propertyBodyRtf
Rtf Body
Public propertySubject
Subject
Public propertyUserAbort
Gets wether the user has aborted the send of mail
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also