microsoft.exchange.webservices.data
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 filters.


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

Method Detail

getSearchString

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

Returns:
String representation of instance.