ExchangeService.GetUnifiedGroupUnseenCount - метод
Gets the UnifiedGroupsUnseenCount for the group specfied
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
public Task<int> GetUnifiedGroupUnseenCount(
string groupMailboxSmtpAddress,
DateTime lastVisitedTimeUtc,
CancellationToken token = default
)
Public Function GetUnifiedGroupUnseenCount (
groupMailboxSmtpAddress As String,
lastVisitedTimeUtc As DateTime,
Optional token As CancellationToken = Nothing
) As Task(Of Integer)
public:
Task<int>^ GetUnifiedGroupUnseenCount(
String^ groupMailboxSmtpAddress,
DateTime lastVisitedTimeUtc,
CancellationToken token = CancellationToken()
)
member GetUnifiedGroupUnseenCount :
groupMailboxSmtpAddress : string *
lastVisitedTimeUtc : DateTime *
?token : CancellationToken
-> Task<int>
- 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