OrgPersonPresentationObject.AllowUMCallsFromNonUsers Property

Gets or sets a value that indicates whether to exclude the person from directory searches.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property AllowUMCallsFromNonUsers As AllowUMCallsFromNonUsersFlags
    Get
    Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As AllowUMCallsFromNonUsersFlags

value = instance.AllowUMCallsFromNonUsers

instance.AllowUMCallsFromNonUsers = value
[ParameterAttribute(Mandatory = false)]
public AllowUMCallsFromNonUsersFlags AllowUMCallsFromNonUsers { get; set; }

Property Value

Type: Microsoft.Exchange.Data.Directory.Recipient.AllowUMCallsFromNonUsersFlags
One of the enumeration values that indicate whether to exclude the person from directory searches.