ExchangeServiceGetUnifiedGroupUnseenCount - метод

Gets the UnifiedGroupsUnseenCount for the group specfied

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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)
 

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

TaskInt32
UnifiedGroupsUnseenCount

См. также