MapiContactEventPropertySet

Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet

public final class MapiContactEventPropertySet extends MapiContactPropertySet

Specify events associated with a contact

Constructors

ConstructorDescription
MapiContactEventPropertySet()Initializes a new instance of the MapiContactEventPropertySet class
MapiContactEventPropertySet(MapiPropertyCollection properties)Initializes a new instance of the MapiContactEventPropertySet class

Methods

MethodDescription
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:

ParameterTypeDescription
propertiesMapiPropertyCollectionA MapiPropertyCollection containing contact events properties

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.util.Date

setWeddingAnniversary(Date value)

public final void setWeddingAnniversary(Date value)

Specifies the wedding anniversary of the contact

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int