MapiContactEventPropertySet
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet
public final class MapiContactEventPropertySet extends MapiContactPropertySet
Specify events associated with a contact
Constructors
Constructor | Description |
---|---|
MapiContactEventPropertySet() | Initializes a new instance of the MapiContactEventPropertySet class |
MapiContactEventPropertySet(MapiPropertyCollection properties) | Initializes a new instance of the MapiContactEventPropertySet class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBirthday() | Specifies the birthday of the contact |
getClass() | |
getWeddingAnniversary() | Specifies the wedding anniversary of the contact |
hashCode() | |
notify() | |
notifyAll() | |
setBirthday(Date value) | Specifies the birthday of the contact |
setWeddingAnniversary(Date value) | Specifies the wedding anniversary of the contact |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiContactEventPropertySet()
public MapiContactEventPropertySet()
Initializes a new instance of the MapiContactEventPropertySet class
MapiContactEventPropertySet(MapiPropertyCollection properties)
public MapiContactEventPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactEventPropertySet class
Parameters:
Parameter | Type | Description |
---|---|---|
properties | MapiPropertyCollection | A MapiPropertyCollection containing contact events properties |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBirthday()
public final Date getBirthday()
Specifies the birthday of the contact
Returns: java.util.Date
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getWeddingAnniversary()
public final Date getWeddingAnniversary()
Specifies the wedding anniversary of the contact
Returns: java.util.Date
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBirthday(Date value)
public final void setBirthday(Date value)
Specifies the birthday of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setWeddingAnniversary(Date value)
public final void setWeddingAnniversary(Date value)
Specifies the wedding anniversary of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |