Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.FileAsMapping

Packages that use FileAsMapping
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
static FileAsMapping FileAsMapping.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
 FileAsMapping Contact.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
 void Contact.setFileAs(FileAsMapping value)
          Sets the file as.
 



Copyright © 2012–2015 Microsoft. All rights reserved.