Class MailMergeTask
Properties describing a task to create on recipients of a mail merge
Carrier object for MailMergeTask. Services for the MailMergeTask Carrier is available from the ISelectionAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class MailMergeTask : Carrier
Constructors
MailMergeTask()
Default constructor
Declaration
public MailMergeTask()
See Also
Properties
Completed
Completed status for task
Declaration
public virtual ActivityStatus Completed { get; set; }
Property Value
| Type | Description |
|---|---|
| ActivityStatus |
See Also
Description
Text describing task
Declaration
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
See Also
Duration
Duration of task
Declaration
public virtual int Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
See Also
OwnerAssociateId
Associate identity of who should be set as owner of the task. If value is 0, the recipient owner(our contact) will be used.
Declaration
public virtual int OwnerAssociateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
See Also
PriorityId
Priority of task
Declaration
public virtual int PriorityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
See Also
ProjectId
Project identity to set on task
Declaration
public virtual int ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
See Also
SaleId
Sale identity to set on task
Declaration
public virtual int SaleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
See Also
SingleEntryOnEachCompany
Should we only create one task on each company? If false, separate tasks will be created for all persons from the same company.
Declaration
public virtual bool SingleEntryOnEachCompany { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
See Also
StartDate
When the task should start
Declaration
public virtual DateTime StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
See Also
TypeId
Type identity to set on task
Declaration
public virtual int TypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
See Also
VisibleFor
Who the task should be visible for
Declaration
public virtual VisibleFor VisibleFor { get; set; }
Property Value
| Type | Description |
|---|---|
| VisibleFor |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
| String | prefix | The line prefix (typically used for indenting) |
Returns
| Type | Description |
|---|---|
| String | The carrier contents. |