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
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskacceptancestate-canonical-property Indicates the acceptance state of the task.
public TaskAcceptanceState AcceptanceState { get; set; }
Property Value
ActualEffort
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskactualeffort-canonical-property Indicates the number of minutes that the user performed a task.
public int ActualEffort { get; set; }
Property Value
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
Assigner
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskassigner-canonical-property Names the user who was last assigned the task.
public string Assigner { get; set; }
Property Value
CommonEnd
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidcommonend-canonical-property Represents the end date and time of a message.
public DateTime CommonEnd { get; set; }
Property Value
CommonStart
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidcommonstart-canonical-property Represents the start date and time of a message.
public DateTime CommonStart { get; set; }
Property Value
Complete
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskcomplete-canonical-property Indicates the task is complete.
public bool Complete { get; set; }
Property Value
DueDate
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskduedate-canonical-property Represents the date when the user expects to complete the task.
public DateTime DueDate { get; set; }
Property Value
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
FRecurring
https://learn.microsoft.com/sr-latn-rs/office/client-developer/outlook/mapi/pidlidtaskfrecurring-canonical-property Indicates whether the task includes a recurrence pattern.
public bool FRecurring { get; set; }
Property Value
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
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
Keywords
Keywords.
public string[] Keywords { get; set; }
Property Value
- string[]
Mode
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskmode-canonical-property Specifies the assignment status of the task.
public int Mode { get; set; }
Property Value
Owner
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskowner-canonical-property Contains the name of the task owner.
public string Owner { get; set; }
Property Value
PercentComplete
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidpercentcomplete-canonical-property Indicates the progress the user has made on a task.
public double PercentComplete { get; set; }
Property Value
Priority
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagpriority-canonical-property Contains the relative priority of a message.
public Priority Priority { get; set; }
Property Value
RecurrencePattern
https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxocal/cf7153b4-f8b5-4cb6-bf14-e78d21f94814 The RecurrencePattern structure specifies a recurrence pattern.
public RecurrencePattern RecurrencePattern { get; set; }
Property Value
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
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
ReminderSet
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidreminderset-canonical-property Specifies whether a reminder is set on the object.
public bool ReminderSet { get; set; }
Property Value
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
ReminderTime
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidremindertime-canonical-property Specifies the initial signal time for a reminder.
public DateTime ReminderTime { get; set; }
Property Value
Sensitivity
public int Sensitivity { get; set; }
Property Value
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
StartDate
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskstartdate-canonical-property The date when the user expects to begin the task.
public DateTime StartDate { get; set; }
Property Value
State
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskstate-canonical-property Indicates the current assignment state of the task.
public int State { get; set; }
Property Value
Status
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskstatus-canonical-property Specifies the status of the user's progress on the task.
public TaskStatus Status { get; set; }
Property Value
TeamTask
public bool TeamTask { get; set; }
Property Value
Methods
LoadProperties(IEnumerable<BaseProperty>)
Internal. Do not use.
public override void LoadProperties(IEnumerable<BaseProperty> props)
Parameters
props
IEnumerable<BaseProperty>