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