Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.FileAsMapping
-
Packages that use FileAsMapping Package Description microsoft.exchange.webservices.data.core.enumeration.service microsoft.exchange.webservices.data.core.service.item -
-
Uses of FileAsMapping in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return FileAsMapping Modifier and Type Method Description static FileAsMappingFileAsMapping. valueOf(String name)Returns the enum constant of this type with the specified name.static FileAsMapping[]FileAsMapping. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileAsMapping in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return FileAsMapping Modifier and Type Method Description FileAsMappingContact. getFileAsMapping()Gets a value indicating how the FileAs property should be automatically calculated.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type FileAsMapping Modifier and Type Method Description voidContact. setFileAs(FileAsMapping value)Sets the file as.
-