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


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
 

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-2011 Aspose Pty Ltd. All Rights Reserved.