Delegate AppointmentMatrix.SendMails
Assembly: SoDataBase.dll
Syntax
public delegate void SendMails(string smtpServer, string smtpUser, string smtpPassword, bool smtpSSL, string imapServer, string imapUser, string imapPassword, bool imapSSL, string sentFolder, params MailItem[] mail);
Parameters
Constructors
SendMails(Object, IntPtr)
Declaration
public SendMails(object object, IntPtr method)
Parameters
Methods
BeginInvoke(String, String, String, Boolean, String, String, String, Boolean, String, MailItem[], AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string smtpServer, string smtpUser, string smtpPassword, bool smtpSSL, string imapServer, string imapUser, string imapPassword, bool imapSSL, string sentFolder, MailItem[] mail, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(String, String, String, Boolean, String, String, String, Boolean, String, MailItem[])
Declaration
public virtual void Invoke(string smtpServer, string smtpUser, string smtpPassword, bool smtpSSL, string imapServer, string imapUser, string imapPassword, bool imapSSL, string sentFolder, params MailItem[] mail)
Parameters
Extension Methods
EnumUtil.MapEnums<From, To>(From)