EventCategory Class

Represents category for an event
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoEventCategory

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class EventCategory : IEquatable<EventCategory>

The EventCategory type exposes the following members.

Constructors
  NameDescription
Public methodEventCategory
Initializes a new instance of the 'Custom' EventCategory.
Properties
  NameDescription
Public propertyStatic memberAnniversary
Anniversary
Public propertyStatic memberBirthday
Birthday
Public propertyStatic memberCustom
Custom description
Public propertyDescription
Gets description for the 'Custom' category of an event
Public propertyValue
Gets string representation of an event category
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(EventCategory)
Determines whether the specified object is equal to the current object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified objects are equal.
Public operatorStatic memberInequality
Determines whether the specified objects are not equal.
Fields
  NameDescription
Public fieldStatic memberAnniversaryValue
String value for 'Anniversary' category
Public fieldStatic memberBirthdayValue
String value for 'Birthday' category
Public fieldStatic memberCustomValue
String value for 'Custom' category
See Also