com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ReminderAttachment



  • public class ReminderAttachment
    extends Object

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

    • Constructor Detail

      • ReminderAttachment

        public ReminderAttachment(byte[] binaryData)

        Initialize a new instance of ReminderAttachment class.

        Parameters:
        binaryData - Binary data.
      • ReminderAttachment

        public ReminderAttachment(URI uri)

        Initialize a new instance of ReminderAttachment class.

        Parameters:
        uri - Uri.
    • Method Detail

      • getBinaryData

        public final byte[] getBinaryData()

        Contain a character encoding of inline binary data.

      • setBinaryData

        public final void setBinaryData(byte[] value)

        Contain a character encoding of inline binary data.

      • getUri

        public final URI getUri()

        URI type of reference to the data.

      • setUri

        public final void setUri(URI value)

        URI type of reference to the data.