Share via


ResolveNamesType.UnresolvedEntry Property

The UnresolvedEntry property gets or sets a string that specifies an ambiguous name to resolve. This property is required. This is a read/write property.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property UnresolvedEntry As String
    Get
    Set
'Usage
Dim instance As ResolveNamesType
Dim value As String

value = instance.UnresolvedEntry

instance.UnresolvedEntry = value
public string UnresolvedEntry { get; set; }

Property Value

Type: System.String
The UnresolvedEntry property returns a string that represents a single ambiguous name to resolve.