Uses of Class
com.aspose.network.MapiProperty

Uses of MapiProperty in com.aspose.network
 

Subclasses of MapiProperty in com.aspose.network
 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 that return MapiProperty
 MapiProperty MapiPropertyCollection.add(long tag, MapiProperty value)
           
 MapiProperty MapiPropertyCollection.get(long key)
           
 

Methods in com.aspose.network with parameters of type MapiProperty
 MapiProperty MapiPropertyCollection.add(long tag, MapiProperty value)
           
 void MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property, long nameId, UUID guid)
           Adds the named property mapping for numeric named property.
 void MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property, String nameId, UUID guid)
           Adds the named property mapping for string named property.
 void MapiPropertyCollection.set(long tag, MapiProperty value)
           
 void MapiRecipientPropertyStream.setProperty(MapiProperty property)
           
 void MapiRecipient.setProperty(MapiProperty property)
           Sets the property.
abstract  void MapiPropertyContainer.setProperty(MapiProperty property)
           Sets the property.
 void MapiNamedPropertyMappingStorage.setProperty(MapiProperty property)
           
 void MapiMessagePropertyStream.setProperty(MapiProperty property)
           
 void MapiMessage.setProperty(MapiProperty property)
           Sets the property.
 void MapiAttachmentPropertyStream.setProperty(MapiProperty property)
           
 void MapiAttachment.setProperty(MapiProperty property)
           Sets the property.
 void MapiRecipient.setProperty(MapiProperty value, long signed, long tag)
           Sets the property.
 void MapiPropertyContainer.setProperty(MapiProperty value, long signed, long tag)
           Sets the property.
 void MapiObjectProperty.setProperty(MapiProperty value, long signed, long tag)
           
 void MapiMessage.setProperty(MapiProperty value, long signed, long tag)
           Sets the property.
 void MapiAttachment.setProperty(MapiProperty value, long signed, long tag)
           Sets the property.
 void MapiRecipient.setPropertySet(MapiProperty value, long signed, long tag)
           Sets the property set.
 void MapiPropertyContainer.setPropertySet(MapiProperty value, long signed, long tag)
           Sets the property set.
 void MapiObjectProperty.setPropertySet(MapiProperty value, long signed, long tag)
           
 void MapiMessage.setPropertySet(MapiProperty value, long signed, long tag)
           Sets the property set.
 void MapiAttachment.setPropertySet(MapiProperty value, long signed, long tag)
           Sets the property set.
 



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.