Share via


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
Public Property AllowUMCallsFromNonUsers As AllowUMCallsFromNonUsersFlags
    Get
    Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As AllowUMCallsFromNonUsersFlags

value = instance.AllowUMCallsFromNonUsers

instance.AllowUMCallsFromNonUsers = value
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.

See also

Reference

OrgPersonPresentationObject class

OrgPersonPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace