Show / Hide Table of Contents

Delegate AppointmentMatrix.SendMails

Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.BusinessLogic.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
Type Name Description
string smtpServer
string smtpUser
string smtpPassword
bool smtpSSL
string imapServer
string imapUser
string imapPassword
bool imapSSL
string sentFolder
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, 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
Type Name Description
string smtpServer
string smtpUser
string smtpPassword
bool smtpSSL
string imapServer
string imapUser
string imapPassword
bool imapSSL
string sentFolder
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, 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
Type Name Description
string smtpServer
string smtpUser
string smtpPassword
bool smtpSSL
string imapServer
string imapUser
string imapPassword
bool imapSSL
string sentFolder
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