com.aspose.email
Class MapiContactEventPropertySet

java.lang.Object
  extended by com.aspose.email.MapiContactEventPropertySet

public final class MapiContactEventPropertySet
extends Object

Specify events associated with a contact


Constructor Summary
MapiContactEventPropertySet()
           Initializes a new instance of the MapiContactEventPropertySet class
MapiContactEventPropertySet(MapiPropertyCollection properties)
           Initializes a new instance of the MapiContactEventPropertySet class
 
Method Summary
 Date getBirthday()
           
 Date getWeddingAnniversary()
           
 void setBirthday(Date value)
           
 void setWeddingAnniversary(Date value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiContactEventPropertySet

public MapiContactEventPropertySet()

Initializes a new instance of the MapiContactEventPropertySet class


MapiContactEventPropertySet

public MapiContactEventPropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactEventPropertySet class

Parameters:
properties - A MapiPropertyCollection containing contact events properties
Method Detail

getBirthday

public Date getBirthday()

setBirthday

public void setBirthday(Date value)

getWeddingAnniversary

public Date getWeddingAnniversary()

setWeddingAnniversary

public void setWeddingAnniversary(Date value)


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