Delegate AppointmentMatrix.SendMails
Assembly: SoDataBase.dll
Syntax
public delegate void AppointmentMatrix.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, bool, string, string, string, bool, 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, bool, string, string, string, bool, string, params 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