Uses of Class
com.aspose.network.outlook.MapiProperty

Packages that use MapiProperty
com.aspose.network.outlook   
 

Uses of MapiProperty in com.aspose.network.outlook
 

Subclasses of MapiProperty in com.aspose.network.outlook
 class MapiNamedProperty
          Represents the data type of Named Property.
 class MapiObjectProperty
          Reprensents a Custom object included in Outlook Message documents.
 

Methods in com.aspose.network.outlook that return MapiProperty
static MapiProperty MapiProperty.createMapiPropertyFromBytes(int propertyTag, byte[] data)
           
static MapiProperty MapiProperty.createMapiPropertyFromLong(int propertyTag, int data)
           
static MapiProperty MapiProperty.createMapiPropertyFromLong(int propertyTag, int data, int flags)
           
 MapiProperty MapiPropertyCollection.getByPropertyName(MapiPropertyName propertyName)
          Returns property by its name.
 MapiProperty MapiPropertyContainer.getProperty(short tag)
          Gets MapiProperty by MapiPropertyTag.
 

Methods in com.aspose.network.outlook with parameters of type MapiProperty
 void MapiNamedProperty.initNamedProperty(UUID guid, String nameId, MapiProperty mapiProperty)
          Initialize named property
 void MapiPropertyContainer.setProperty(MapiProperty prop)
           
 void MapiRecipient.setProperty(MapiProperty property, int signed, long propertyTag)
           
 void MapiObjectProperty.setProperty(MapiProperty value, short tag)
           
 

Constructor parameters in com.aspose.network.outlook with type arguments of type MapiProperty
MapiPropertyCollection(Map<? extends Short,? extends MapiProperty> m)
          Creates a new instance of the MapiPropertyCollection class.
 



Copyright © 2011 Aspose. All Rights Reserved.