Show / Hide Table of Contents

Class CacheMailQueueArgument

Holds all arguments needed for the cache operation

Inheritance
Object
CacheMailQueueArgument
Namespace: SuperOffice.CRM.Mail
Assembly: SoDataBase.dll
Syntax
public class CacheMailQueueArgument : Object

Constructors

CacheMailQueueArgument()

Holds all arguments needed for the cache operation

Declaration
public CacheMailQueueArgument()

CacheMailQueueArgument(Int32, SoMailCredentials, String, MailEnvelope[])

Holds all arguments needed for the cache operation

Declaration
public CacheMailQueueArgument(int associateId, SoMailCredentials credentials, string folder, MailEnvelope[] envelopes)
Parameters
Type Name Description
Int32 associateId
SoMailCredentials credentials
String folder
MailEnvelope[] envelopes

Properties

AssociateId

Holds all arguments needed for the cache operation

Declaration
public int AssociateId { get; }
Property Value
Type Description
Int32

Credentials

Holds all arguments needed for the cache operation

Declaration
public SoMailCredentials Credentials { get; }
Property Value
Type Description
SoMailCredentials

Envelopes

Holds all arguments needed for the cache operation

Declaration
public MailEnvelope[] Envelopes { get; }
Property Value
Type Description
MailEnvelope[]

Folder

Holds all arguments needed for the cache operation

Declaration
public string Folder { get; }
Property Value
Type Description
String

Methods

ToString()

Holds all arguments needed for the cache operation

Declaration
public override string ToString()
Returns
Type Description
String

Extension Methods

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