Show / Hide Table of Contents

Class CacheMailQueueArgument

Holds all arguments needed for the cache operation

Inheritance
object
CacheMailQueueArgument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Mail
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class CacheMailQueueArgument

Constructors

CacheMailQueueArgument()

Holds all arguments needed for the cache operation

Declaration
public CacheMailQueueArgument()

CacheMailQueueArgument(int, 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
int 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
int

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
Overrides
object.ToString()

Extension Methods

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