public final class MapiContactEventPropertySet extends Object
Specify events associated with a contact
Constructor and Description |
---|
MapiContactEventPropertySet()
Initializes a new instance of the
MapiContactEventPropertySet class |
MapiContactEventPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactEventPropertySet class |
Modifier and Type | Method and Description |
---|---|
Date |
getBirthday()
Specifies the birthday of the contact
|
Date |
getWeddingAnniversary()
Specifies the wedding anniversary
of the contact
|
void |
setBirthday(Date value)
Specifies the birthday of the contact
|
void |
setWeddingAnniversary(Date value)
Specifies the wedding anniversary
of the contact
|
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 propertiespublic final Date getBirthday()
Specifies the birthday of the contact
public final void setBirthday(Date value)
Specifies the birthday of the contact
public final Date getWeddingAnniversary()
Specifies the wedding anniversary of the contact
public final void setWeddingAnniversary(Date value)
Specifies the wedding anniversary of the contact