Show / Hide Table of Contents

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.
Inheritance
object
MailMergeTask
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class MailMergeTask : Carrier

Constructors

MailMergeTask()

Default constructor

Declaration
public MailMergeTask()
See Also
SelectionAgent
ISelectionAgent

Properties

Completed

Completed status for task

Declaration
public virtual ActivityStatus Completed { get; set; }
Property Value
Type Description
ActivityStatus
See Also
SelectionAgent
ISelectionAgent

Description

Text describing task

Declaration
public virtual string Description { get; set; }
Property Value
Type Description
String
See Also
SelectionAgent
ISelectionAgent

Duration

Duration of task

Declaration
public virtual int Duration { get; set; }
Property Value
Type Description
Int32
See Also
SelectionAgent
ISelectionAgent

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
SelectionAgent
ISelectionAgent

PriorityId

Priority of task

Declaration
public virtual int PriorityId { get; set; }
Property Value
Type Description
Int32
See Also
SelectionAgent
ISelectionAgent

ProjectId

Project identity to set on task

Declaration
public virtual int ProjectId { get; set; }
Property Value
Type Description
Int32
See Also
SelectionAgent
ISelectionAgent

SaleId

Sale identity to set on task

Declaration
public virtual int SaleId { get; set; }
Property Value
Type Description
Int32
See Also
SelectionAgent
ISelectionAgent

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
SelectionAgent
ISelectionAgent

StartDate

When the task should start

Declaration
public virtual DateTime StartDate { get; set; }
Property Value
Type Description
DateTime
See Also
SelectionAgent
ISelectionAgent

TypeId

Type identity to set on task

Declaration
public virtual int TypeId { get; set; }
Property Value
Type Description
Int32
See Also
SelectionAgent
ISelectionAgent

VisibleFor

Who the task should be visible for

Declaration
public virtual VisibleFor VisibleFor { get; set; }
Property Value
Type Description
VisibleFor
See Also
SelectionAgent
ISelectionAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
String

The carrier contents.

See Also
SelectionAgent
ISelectionAgent

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.

See Also
SelectionAgent
ISelectionAgent

See Also

SelectionAgent
ISelectionAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top