Class CacheMailQueueArgument
Holds all arguments needed for the cache operation
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)