_MarkAsTaskRuleAction.MarkInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a constant in the OlMarkInterval enumeration that represents the interval before the task is due. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlMarkInterval MarkInterval { Microsoft::Office::Interop::Outlook::OlMarkInterval get(); void set(Microsoft::Office::Interop::Outlook::OlMarkInterval value); };
public Microsoft.Office.Interop.Outlook.OlMarkInterval MarkInterval { get; set; }
Public Property MarkInterval As OlMarkInterval