Click or drag to resize

MessageMailMessage Property

Gets the mail message. You cannot set this object. To create a message before sending you should call the PrepareMessage method.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MailMessage MailMessage { get; }

Property Value

Type: MailMessage
See Also