Table of Contents

Class Task

Namespace
Encryptomatic.MailDex.Lib.Messaging.Tasks
Assembly
MailDex.Lib.dll

Task item.

public class Task : Message, IPropertyObject, IMessagignObjectWithRecipients, IMessagignObjectWithAttachments
Inheritance
Task
Implements
Inherited Members

Constructors

Task()

public Task()

Properties

AcceptanceState

public TaskAcceptanceState AcceptanceState { get; set; }

Property Value

TaskAcceptanceState

ActualEffort

public int ActualEffort { get; set; }

Property Value

int

AgingDontAgeMe

https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidagingdontageme-canonical-property Specifies a value of TRUE if the item will not be automatically archived.

public bool AgingDontAgeMe { get; set; }

Property Value

bool

Assigner

public string Assigner { get; set; }

Property Value

string

CommonEnd

public DateTime CommonEnd { get; set; }

Property Value

DateTime

CommonStart

public DateTime CommonStart { get; set; }

Property Value

DateTime

Complete

public bool Complete { get; set; }

Property Value

bool

DueDate

public DateTime DueDate { get; set; }

Property Value

DateTime

EstimatedEffort

https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskestimatedeffort-canonical-property Indicates the amount of time, in minutes, that the user expects to perform a task.

public int EstimatedEffort { get; set; }

Property Value

int

FRecurring

public bool FRecurring { get; set; }

Property Value

bool

Importance

https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagimportance-canonical-property Contains a value that indicates the message sender's opinion of the importance of a message.

public int Importance { get; set; }

Property Value

int

InternetAccountName

https://learn.microsoft.com/en-us/office/client-developer/outlook/auxiliary/pidlidinternetaccountname Returns the display name of the account that delivered the message.

public string InternetAccountName { get; set; }

Property Value

string

Keywords

Keywords.

public string[] Keywords { get; set; }

Property Value

string[]

Mode

public int Mode { get; set; }

Property Value

int

Owner

public string Owner { get; set; }

Property Value

string

PercentComplete

public double PercentComplete { get; set; }

Property Value

double

Priority

public Priority Priority { get; set; }

Property Value

Priority

RecurrencePattern

public RecurrencePattern RecurrencePattern { get; set; }

Property Value

RecurrencePattern

RecurrencePatternString

https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidappointmentrecur-canonical-property Specifies the dates and times when a recurring series occurs by using one of the recurrence patterns and ranges that are specified in

public string RecurrencePatternString { get; set; }

Property Value

string

ReminderDelta

Specifies the interval, in minutes, between the time when the reminder first becomes overdue and the start time of the calendar object.

public int ReminderDelta { get; set; }

Property Value

int

ReminderSet

public bool ReminderSet { get; set; }

Property Value

bool

ReminderSignalTime

https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidremindersignaltime-canonical-property Specifies the point in time when a reminder transitions from pending to overdue.

public DateTime ReminderSignalTime { get; set; }

Property Value

DateTime

ReminderTime

public DateTime ReminderTime { get; set; }

Property Value

DateTime

Sensitivity

public int Sensitivity { get; set; }

Property Value

int

SideEffects

https://learn.microsoft.com/sr-latn-rs/office/client-developer/outlook/mapi/pidlidsideeffects-canonical-property Controls how a message object is handled by the client when acting on end-user input.

public int SideEffects { get; set; }

Property Value

int

StartDate

public DateTime StartDate { get; set; }

Property Value

DateTime

State

public int State { get; set; }

Property Value

int

Status

public TaskStatus Status { get; set; }

Property Value

TaskStatus

TeamTask

public bool TeamTask { get; set; }

Property Value

bool

Methods

LoadProperties(IEnumerable<BaseProperty>)

Internal. Do not use.

public override void LoadProperties(IEnumerable<BaseProperty> props)

Parameters

props IEnumerable<BaseProperty>