ExchangeServiceGetUnifiedGroupUnseenCount - метод |
Gets the UnifiedGroupsUnseenCount for the group specfied
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<int>
Параметры
- 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
Возвращаемое значение
Тип:
TaskInt32UnifiedGroupsUnseenCount
См. также