Share via


PimSubscriptionProxy.RedactIfNeeded method (String, Boolean)

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

Syntax

'Declaration
Protected Function RedactIfNeeded ( _
    value As String, _
    omit As Boolean _
) As String
'Usage
Dim value As String
Dim omit As Boolean
Dim returnValue As String

returnValue = Me.RedactIfNeeded(value, _
    omit)
protected string RedactIfNeeded(
    string value,
    bool omit
)

Parameters

Return value

Type: System.String

See also

Reference

PimSubscriptionProxy class

PimSubscriptionProxy members

RedactIfNeeded overload

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