MapiTask.MapiTask
MapiTask()
Initializes a new instance of the MapiTask
class.
public MapiTask()
See Also
- class MapiTask
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiTask(string, string, DateTime, DateTime)
Initializes a new instance of the MapiTask
class.
public MapiTask(string subject, string body, DateTime startDate, DateTime dueDate)
Parameter | Type | Description |
---|---|---|
subject | String | The subject. |
body | String | The message body. |
startDate | DateTime | The start date. |
dueDate | DateTime | The due date. |
See Also
- class MapiTask
- namespace Aspose.Email.Mapi
- assembly Aspose.Email