ConversationFlagItems - метод
Flags conversation items. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task FlagItems(
FolderId contextFolderId,
DateTime? startDate,
DateTime? dueDate
)
Public Function FlagItems (
contextFolderId As FolderId,
startDate As DateTime?,
dueDate As DateTime?
) As Task
public:
Task^ FlagItems(
FolderId^ contextFolderId,
Nullable<DateTime> startDate,
Nullable<DateTime> dueDate
)
member FlagItems :
contextFolderId : FolderId *
startDate : Nullable<DateTime> *
dueDate : Nullable<DateTime> -> Task
- contextFolderId FolderId
- The Id of the folder items must belong to in order to be flagged. If contextFolderId is
null, items in conversation across the entire mailbox are flagged.
- startDate NullableDateTime
- The start date (can be null).
- dueDate NullableDateTime
- The due date (can be null).
Task