MapiTaskEstimatedEffort Property |
Gets or sets the number of minutes
that the user expects to work on a task.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic int EstimatedEffort { get; set; }
Public Property EstimatedEffort As Integer
Get
Set
public:
property int EstimatedEffort {
int get ();
void set (int value);
}
member EstimatedEffort : int with get, set
Property Value
Type:
Int32
See Also