Show / Hide Table of Contents

Delegate AppointmentMatrix.SendMails

Namespace: SuperOffice.CRM.Entities
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
Type Name Description
String smtpServer
String smtpUser
String smtpPassword
Boolean smtpSSL
String imapServer
String imapUser
String imapPassword
Boolean imapSSL
String sentFolder
SuperOffice.CRM.Mail.MailItem[] mail

Constructors

SendMails(Object, IntPtr)

Declaration
public SendMails(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

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
Type Name Description
String smtpServer
String smtpUser
String smtpPassword
Boolean smtpSSL
String imapServer
String imapUser
String imapPassword
Boolean imapSSL
String sentFolder
SuperOffice.CRM.Mail.MailItem[] mail
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

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
Type Name Description
String smtpServer
String smtpUser
String smtpPassword
Boolean smtpSSL
String imapServer
String imapUser
String imapPassword
Boolean imapSSL
String sentFolder
SuperOffice.CRM.Mail.MailItem[] mail

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top