ReminderAttachment Class

Provides the capability to associate a document object with an alarm.
Inheritance Hierarchy
SystemObject
  Aspose.Email.CalendarReminderAttachment

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ReminderAttachment

The ReminderAttachment type exposes the following members.

Constructors
  NameDescription
Public methodReminderAttachment(Byte)
Initialize a new instance of ReminderAttachment class.
Public methodReminderAttachment(Uri)
Initialize a new instance of ReminderAttachment class.
Properties
  NameDescription
Public propertyBinaryData
Contain a character encoding of inline binary data.
Public propertyUri
URI type of reference to the data.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also