MapiCalendarExceptionInfo Class

An exception specifies changes to an instance of a recurring series.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiCalendarExceptionInfo

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiCalendarExceptionInfo

The MapiCalendarExceptionInfo type exposes the following members.

Constructors
  NameDescription
Public methodMapiCalendarExceptionInfo
Initializes a new instance of the MapiCalendarExceptionInfo class.
Properties
  NameDescription
Public propertyAttachments
Gets or sets attachments in the recurrence exception.
Public propertyBody
Gets or sets the body.
Public propertyBusyStatus
Gets or sets the busy status.
Public propertyEndDateTime
Gets or sets the end date.
Public propertyHasAttachment
Gets a value of this field specifies whether the Exception Embedded Message object contains attachments
Public propertyLocation
Gets or sets the location.
Public propertyMeetingType
Gets or sets the type of the meeting.
Public propertyOriginalStartDate
Gets or sets the original start date.
Public propertyOverrideFlags
Gets the override flags.
Public propertyReminderDelta
Gets or sets the reminder delta.
Public propertyReminderSet
Gets or sets a value for the PidLidReminderSet property.
Public propertyStartDateTime
Gets or sets the start date.
Public propertySubject
Gets or sets the subject.
Public propertySubType
Gets or sets the subtype.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodParseExceptionEmbeddedMessage
Retrieves data from a message.
Public methodToString (Inherited from Object.)
See Also