|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiContactEventPropertySet
public final class MapiContactEventPropertySet
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 |
---|
public MapiContactEventPropertySet()
Initializes a new instance of the MapiContactEventPropertySet
class
public MapiContactEventPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactEventPropertySet
class
properties
- A MapiPropertyCollection
containing contact events propertiesMethod Detail |
---|
public Date getBirthday()
public void setBirthday(Date value)
public Date getWeddingAnniversary()
public void setWeddingAnniversary(Date value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |