An exception specifies changes to an instance of a recurring series. More...
Inherits Object.
Public Member Functions | |
System::DateTime | get_StartDateTime () const |
Gets the start date. More... | |
void | set_StartDateTime (System::DateTime value) |
Sets the start date. More... | |
System::DateTime | get_EndDateTime () const |
Gets the end date. More... | |
void | set_EndDateTime (System::DateTime value) |
Sets the end date. More... | |
System::DateTime | get_OriginalStartDate () const |
Gets the original start date. More... | |
void | set_OriginalStartDate (System::DateTime value) |
Sets the original start date. More... | |
MapiCalendarOverrideFlags | get_OverrideFlags () |
Gets the override flags. More... | |
System::String | get_Subject () const |
Gets the subject. More... | |
void | set_Subject (System::String value) |
Sets the subject. More... | |
System::String | get_Body () const |
Gets the body. More... | |
void | set_Body (System::String value) |
Sets the body. More... | |
MapiCalendarState | get_MeetingType () const |
Gets the type of the meeting. More... | |
void | set_MeetingType (MapiCalendarState value) |
Sets the type of the meeting. More... | |
int32_t | get_ReminderDelta () const |
Gets the reminder delta. More... | |
void | set_ReminderDelta (int32_t value) |
Sets the reminder delta. More... | |
bool | get_ReminderSet () const |
Gets a value for the PidLidReminderSet property. More... | |
void | set_ReminderSet (bool value) |
Sets a value for the PidLidReminderSet property. More... | |
System::String | get_Location () const |
Gets the location. More... | |
void | set_Location (System::String value) |
Sets the location. More... | |
MapiCalendarBusyStatus | get_BusyStatus () const |
Gets the busy status. More... | |
void | set_BusyStatus (MapiCalendarBusyStatus value) |
Sets the busy status. More... | |
bool | get_HasAttachment () |
Gets a value of this field specifies whether the Exception Embedded Message object contains attachments More... | |
int32_t | get_SubType () const |
Gets the subtype. More... | |
void | set_SubType (int32_t value) |
Sets the subtype. More... | |
System::SharedPtr< MapiAttachmentCollection > | get_Attachments () const |
Gets attachments in the recurrence exception. More... | |
void | set_Attachments (System::SharedPtr< MapiAttachmentCollection > value) |
Sets attachments in the recurrence exception. More... | |
MapiCalendarExceptionInfo () | |
Initializes a new instance of the MapiCalendarExceptionInfo class. More... | |
MapiCalendarExceptionInfo (System::SharedPtr< System::IO::BinaryReader > reader) | |
Initializes a new instance of the MapiCalendarExceptionInfo class. More... | |
void | ParseExceptionEmbeddedMessage (System::SharedPtr< MapiCalendar > msg) |
Retrieves data from a message. More... | |
void | AddAsAttachemnt (System::SharedPtr< MapiCalendar > parent, System::SharedPtr< MapiMessageItemBase > destMsg) |
If necessary, create an attachment based on the exception and adds it to the destMessage. More... | |
bool | HasFlag (MapiCalendarOverrideFlags flag) |
Return true, if OverrideFlags contains the specified flag More... | |
System::SharedPtr< MapiAttachment > | FindExceptionEmbeddedMessage (System::SharedPtr< MapiAttachmentCollection > attachs) |
Find the embedded message attachment, associated with a current exception More... | |
Static Public Member Functions | |
static bool | IsExceptionEmbeddedMessage (System::SharedPtr< MapiAttachment > attach) |
Friends | |
class | Aspose::Email::Mapi::MapiCalendar |
class | Aspose::Email::Mapi::MapiCalendarEventRecurrence |
class | Aspose::Email::Mapi::MapiCalendarRecurrencePatternFactory |
An exception specifies changes to an instance of a recurring series.
Aspose::Email::Mapi::MapiCalendarExceptionInfo::MapiCalendarExceptionInfo | ( | ) |
Initializes a new instance of the MapiCalendarExceptionInfo class.
Aspose::Email::Mapi::MapiCalendarExceptionInfo::MapiCalendarExceptionInfo | ( | System::SharedPtr< System::IO::BinaryReader > | reader | ) |
Initializes a new instance of the MapiCalendarExceptionInfo class.
reader | The reader. |
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::AddAsAttachemnt | ( | System::SharedPtr< MapiCalendar > | parent, |
System::SharedPtr< MapiMessageItemBase > | destMsg | ||
) |
If necessary, create an attachment based on the exception and adds it to the destMessage.
System::SharedPtr<MapiAttachment> Aspose::Email::Mapi::MapiCalendarExceptionInfo::FindExceptionEmbeddedMessage | ( | System::SharedPtr< MapiAttachmentCollection > | attachs | ) |
Find the embedded message attachment, associated with a current exception
System::SharedPtr<MapiAttachmentCollection> Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_Attachments | ( | ) | const |
Gets attachments in the recurrence exception.
The attachment.
System::String Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_Body | ( | ) | const |
Gets the body.
The body.
MapiCalendarBusyStatus Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_BusyStatus | ( | ) | const |
Gets the busy status.
The busy status.
System::DateTime Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_EndDateTime | ( | ) | const |
Gets the end date.
The end date time.
bool Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_HasAttachment | ( | ) |
Gets a value of this field specifies whether the Exception Embedded Message object contains attachments
true
if the Exception Embedded Message object has attachment; otherwise, false
.
System::String Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_Location | ( | ) | const |
Gets the location.
The location.
MapiCalendarState Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_MeetingType | ( | ) | const |
Gets the type of the meeting.
The type of the meeting.
System::DateTime Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_OriginalStartDate | ( | ) | const |
Gets the original start date.
The original start date.
MapiCalendarOverrideFlags Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_OverrideFlags | ( | ) |
Gets the override flags.
The override flags.
int32_t Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_ReminderDelta | ( | ) | const |
Gets the reminder delta.
The reminder delta.
bool Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_ReminderSet | ( | ) | const |
Gets a value for the PidLidReminderSet property.
true
if [reminder set]; otherwise, false
.
System::DateTime Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_StartDateTime | ( | ) | const |
Gets the start date.
The start date time.
System::String Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_Subject | ( | ) | const |
Gets the subject.
The subject.
int32_t Aspose::Email::Mapi::MapiCalendarExceptionInfo::get_SubType | ( | ) | const |
Gets the subtype.
The subtype.
bool Aspose::Email::Mapi::MapiCalendarExceptionInfo::HasFlag | ( | MapiCalendarOverrideFlags | flag | ) |
Return true, if OverrideFlags contains the specified flag
|
static |
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::ParseExceptionEmbeddedMessage | ( | System::SharedPtr< MapiCalendar > | msg | ) |
Retrieves data from a message.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_Attachments | ( | System::SharedPtr< MapiAttachmentCollection > | value | ) |
Sets attachments in the recurrence exception.
The attachment.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_Body | ( | System::String | value | ) |
Sets the body.
The body.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_BusyStatus | ( | MapiCalendarBusyStatus | value | ) |
Sets the busy status.
The busy status.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_EndDateTime | ( | System::DateTime | value | ) |
Sets the end date.
The end date time.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_Location | ( | System::String | value | ) |
Sets the location.
The location.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_MeetingType | ( | MapiCalendarState | value | ) |
Sets the type of the meeting.
The type of the meeting.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_OriginalStartDate | ( | System::DateTime | value | ) |
Sets the original start date.
The original start date.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_ReminderDelta | ( | int32_t | value | ) |
Sets the reminder delta.
The reminder delta.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_ReminderSet | ( | bool | value | ) |
Sets a value for the PidLidReminderSet property.
true
if [reminder set]; otherwise, false
.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_StartDateTime | ( | System::DateTime | value | ) |
Sets the start date.
The start date time.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_Subject | ( | System::String | value | ) |
Sets the subject.
The subject.
void Aspose::Email::Mapi::MapiCalendarExceptionInfo::set_SubType | ( | int32_t | value | ) |
Sets the subtype.
The subtype.
|
friend |
|
friend |
|
friend |