Class TaskListInfo
Contents
[
Hide
]TaskListInfo class
Represents information about TaskList.
public class TaskListInfo : BaseRestObject
Constructors
| Name | Description |
|---|---|
| TaskListInfo() | Initializes a new instance of the TaskListInfo class. |
Properties
| Name | Description |
|---|---|
| virtual DisplayName { get; set; } | Gets or sets the name of TaskList. |
| IsOwner { get; set; } | True if the user is owner of the given task list. |
| IsShared { get; set; } | True if the task list is shared with other users |
| virtual ItemId { get; } | The identifier of the task list, unique in the user’s mailbox. |
| virtual Properties { get; } | Gets the mapi properties. |
| WellknownName { get; set; } | Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue. |
See Also
- class BaseRestObject
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email