Uses of Class
microsoft.exchange.webservices.data.core.exception.misc.FormatException
-
Packages that use FormatException Package Description microsoft.exchange.webservices.data.autodiscover microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.misc -
-
Uses of FormatException in microsoft.exchange.webservices.data.autodiscover
Methods in microsoft.exchange.webservices.data.autodiscover that throw FormatException Modifier and Type Method Description TResultIFuncDelegate. func()Func. -
Uses of FormatException in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that throw FormatException Modifier and Type Method Description static StringEwsUtilities. domainFromEmailAddress(String emailAddress)Gets the domain name from an email address. -
Uses of FormatException in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that throw FormatException Modifier and Type Method Description static ObjectMapiTypeConverter. convertToValue(MapiPropertyType mapiPropType, String stringValue)Converts a string to value consistent with MAPI type.ObjectMapiTypeConverterMapEntry. convertToValue(String stringValue)Converts a string to value consistent with type.ObjectMapiTypeConverterMapEntry. convertToValueOrDefault(String stringValue)Converts a string to value consistent with type (or uses the default value if the string is null or empty).
-