MapiTaskAcceptanceState Property |
Gets or sets the acceptance state of the task.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic MapiTaskAcceptanceState AcceptanceState { get; set; }
Public Property AcceptanceState As MapiTaskAcceptanceState
Get
Set
public:
property MapiTaskAcceptanceState AcceptanceState {
MapiTaskAcceptanceState get ();
void set (MapiTaskAcceptanceState value);
}
member AcceptanceState : MapiTaskAcceptanceState with get, set
Property Value
Type:
MapiTaskAcceptanceState
See Also