MailSpool Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9119)
Utility class that contains mail server spool related static methods.
Syntax
public sealed class MailSpool
  Inherited Members
Methods
| Name | Description | 
|---|---|
| Send(MailServerType, MailMessage) | Sends the message by submitting it into the MS IIS SMTP service's pickup directory.  | 
      
| Send(MailServerType, MailMessage, String) | Sends the message by submitting it into the MS IIS SMTP service's pickup directory.  | 
      
| Send(MailServerType, MimeMessage) | Sends the message by submitting it into the MS IIS SMTP service's pickup directory.  | 
      
| Send(MailServerType, MimeMessage, String) | Sends the message by submitting it into the MS IIS SMTP service's pickup directory.  |