PimSubscriptionProxy.TotalItemsInSourceMailbox property

Namespace:  Microsoft.Exchange.Transport.Sync.Common.Subscription.Pim
Assembly:  Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)

Syntax

'Declaration
Public ReadOnly Property TotalItemsInSourceMailbox As Nullable(Of Long)
    Get
'Usage
Dim instance As PimSubscriptionProxy
Dim value As Nullable(Of Long)

value = instance.TotalItemsInSourceMailbox
public Nullable<long> TotalItemsInSourceMailbox { get; }

Property value

Type: System.Nullable<Int64>

See also

Reference

PimSubscriptionProxy class

PimSubscriptionProxy members

Microsoft.Exchange.Transport.Sync.Common.Subscription.Pim namespace