Для изменения размера нажмите или перетащите

ExchangeServiceSetUnifiedGroupLastVisitedTime - метод

Sets the LastVisitedTime for the group specfied

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task SetUnifiedGroupLastVisitedTime(
	string groupMailboxSmtpAddress,
	DateTime lastVisitedTimeUtc,
	CancellationToken token = default
)

Параметры

groupMailboxSmtpAddress
Тип: SystemString
The smtpaddress of group for which unseendata is desired
lastVisitedTimeUtc
Тип: SystemDateTime
The LastVisitedTimeUtc of group for which unseendata is desired
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: Task
См. также