com.aspose.network.outlook
Class MapiContactEventPropertySet

java.lang.Object
  extended by com.aspose.network.outlook.MapiContactEventPropertySet

public final class MapiContactEventPropertySet
extends Object

/// Specify events associated with a contact


Method Summary
 Date getBirthday()
          /// Specifies the birthday of the contact
 Date getWeddingAnniversary()
          /// Specifies the wedding anniversary /// of the contact
 void setBirthday(Date value)
           
 void setWeddingAnniversary(Date value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getBirthday

public Date getBirthday()
/// Specifies the birthday of the contact


setBirthday

public void setBirthday(Date value)

getWeddingAnniversary

public Date getWeddingAnniversary()
/// Specifies the wedding anniversary /// of the contact


setWeddingAnniversary

public void setWeddingAnniversary(Date value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Aspose. All Rights Reserved.