MapiTask Constructor (String, String, DateTime, DateTime) |
Initializes a new instance of the
MapiTask class.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic MapiTask(
string subject,
string body,
DateTime startDate,
DateTime dueDate
)
Public Sub New (
subject As String,
body As String,
startDate As DateTime,
dueDate As DateTime
)
public:
MapiTask(
String^ subject,
String^ body,
DateTime startDate,
DateTime dueDate
)
new :
subject : string *
body : string *
startDate : DateTime *
dueDate : DateTime -> MapiTask
Parameters
- subject
- Type: SystemString
The subject. - body
- Type: SystemString
The message body. - startDate
- Type: SystemDateTime
The start date. - dueDate
- Type: SystemDateTime
The due date.
See Also