Aspose::Email::Calendar::ReminderAttachment Class Reference

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
 

Detailed Description

Provides the capability to associate a document object with an alarm.

Constructor & Destructor Documentation

◆ ReminderAttachment() [1/3]

Aspose::Email::Calendar::ReminderAttachment::ReminderAttachment ( System::SharedPtr< Model::Property::AttachmentProperty >  attach)

Creates a new instance of ReminderAttachment class by AttachmentPropertyAttachmentProperty.

Parameters
attachAttachmentPropertyAttachmentProperty.

◆ ReminderAttachment() [2/3]

Aspose::Email::Calendar::ReminderAttachment::ReminderAttachment ( System::ArrayPtr< uint8_t >  binaryData)

Initialize a new instance of ReminderAttachment class.

Parameters
binaryDataBinary data.

◆ ReminderAttachment() [3/3]

Aspose::Email::Calendar::ReminderAttachment::ReminderAttachment ( System::SharedPtr< System::Uri >  uri)

Initialize a new instance of ReminderAttachment class.

Parameters
uriUri.

Member Function Documentation

◆ get_BinaryData()

System::ArrayPtr<uint8_t> Aspose::Email::Calendar::ReminderAttachment::get_BinaryData ( ) const

Contain a character encoding of inline binary data.

◆ get_Uri()

System::SharedPtr<System::Uri> Aspose::Email::Calendar::ReminderAttachment::get_Uri ( ) const

URI type of reference to the data.

◆ set_BinaryData()

void Aspose::Email::Calendar::ReminderAttachment::set_BinaryData ( System::ArrayPtr< uint8_t >  value)

Contain a character encoding of inline binary data.

◆ set_Uri()

void Aspose::Email::Calendar::ReminderAttachment::set_Uri ( System::SharedPtr< System::Uri >  value)

URI type of reference to the data.

◆ ToCalendarAttachmentProperty()

System::SharedPtr<Model::Property::AttachmentProperty> Aspose::Email::Calendar::ReminderAttachment::ToCalendarAttachmentProperty ( )

Friends And Related Function Documentation

◆ Aspose::Email::Calendar::AppointmentReminder