Provides the capability to associate a document object with an alarm. More...
Inherits Object.
Public Member Functions | |
| System::ArrayPtr< uint8_t > | get_BinaryData () const |
| Contain a character encoding of inline binary data. More... | |
| void | set_BinaryData (System::ArrayPtr< uint8_t > value) |
| Contain a character encoding of inline binary data. More... | |
| System::SharedPtr< System::Uri > | get_Uri () const |
| URI type of reference to the data. More... | |
| void | set_Uri (System::SharedPtr< System::Uri > value) |
| URI type of reference to the data. More... | |
| ReminderAttachment (System::SharedPtr< Model::Property::AttachmentProperty > attach) | |
| Creates a new instance of ReminderAttachment class by AttachmentPropertyAttachmentProperty. More... | |
| ReminderAttachment (System::ArrayPtr< uint8_t > binaryData) | |
| Initialize a new instance of ReminderAttachment class. More... | |
| ReminderAttachment (System::SharedPtr< System::Uri > uri) | |
| Initialize a new instance of ReminderAttachment class. More... | |
| System::SharedPtr< Model::Property::AttachmentProperty > | ToCalendarAttachmentProperty () |
Friends | |
| class | Aspose::Email::Calendar::AppointmentReminder |
Provides the capability to associate a document object with an alarm.
| Aspose::Email::Calendar::ReminderAttachment::ReminderAttachment | ( | System::SharedPtr< Model::Property::AttachmentProperty > | attach | ) |
Creates a new instance of ReminderAttachment class by AttachmentPropertyAttachmentProperty.
| attach | AttachmentPropertyAttachmentProperty. |
| Aspose::Email::Calendar::ReminderAttachment::ReminderAttachment | ( | System::ArrayPtr< uint8_t > | binaryData | ) |
Initialize a new instance of ReminderAttachment class.
| binaryData | Binary data. |
| Aspose::Email::Calendar::ReminderAttachment::ReminderAttachment | ( | System::SharedPtr< System::Uri > | uri | ) |
Initialize a new instance of ReminderAttachment class.
| uri | Uri. |
| System::ArrayPtr<uint8_t> Aspose::Email::Calendar::ReminderAttachment::get_BinaryData | ( | ) | const |
Contain a character encoding of inline binary data.
| System::SharedPtr<System::Uri> Aspose::Email::Calendar::ReminderAttachment::get_Uri | ( | ) | const |
URI type of reference to the data.
| void Aspose::Email::Calendar::ReminderAttachment::set_BinaryData | ( | System::ArrayPtr< uint8_t > | value | ) |
Contain a character encoding of inline binary data.
| void Aspose::Email::Calendar::ReminderAttachment::set_Uri | ( | System::SharedPtr< System::Uri > | value | ) |
URI type of reference to the data.
| System::SharedPtr<Model::Property::AttachmentProperty> Aspose::Email::Calendar::ReminderAttachment::ToCalendarAttachmentProperty | ( | ) |
|
friend |