ExchangeService.GetUnifiedGroupUnseenCount - метод

Gets the UnifiedGroupsUnseenCount for the group specfied

Definition

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

Параметры

groupMailboxSmtpAddress  String
The smtpaddress of group for which unseendata is desired
lastVisitedTimeUtc  DateTime
The LastVisitedTimeUtc of group for which unseendata is desired
token  CancellationToken  (Optional)
 

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

Task<Int32>
UnifiedGroupsUnseenCount

См. также