microsoft.exchange.webservices.data.property.complex
Interface ISearchStringProvider

All Known Implementing Classes:
Attendee, EmailAddress, Mailbox

public interface ISearchStringProvider

Interface defined for types that can produce a string representation for use in search filter.


Method Summary
 String getSearchString()
          Get a string representation for using this instance in a search filter.
 

Method Detail

getSearchString

String getSearchString()
Get a string representation for using this instance in a search filter.

Returns:
String representation of instance.


Copyright © 2012–2015 Microsoft. All rights reserved.