public class ReminderAttachment extends Object
Provides the capability to associate a document object with an alarm.
Constructor and Description |
---|
ReminderAttachment(byte[] binaryData)
Initialize a new instance of
Aspose.Email.Mail.ReminderAttach class. |
ReminderAttachment(com.aspose.email.ms.System.Uri uri)
Initialize a new instance of
Aspose.Email.Mail.ReminderAttach class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Contain a character encoding of inline binary data.
|
com.aspose.email.ms.System.Uri |
getUri()
URI type of reference to the data.
|
void |
setBinaryData(byte[] value) |
void |
setUri(com.aspose.email.ms.System.Uri value) |
public ReminderAttachment(byte[] binaryData)
Initialize a new instance of Aspose.Email.Mail.ReminderAttach
class.
binaryData
- Binary data.public ReminderAttachment(com.aspose.email.ms.System.Uri uri)
Initialize a new instance of Aspose.Email.Mail.ReminderAttach
class.
uri
- Uri.public byte[] getBinaryData()
Contain a character encoding of inline binary data.
public void setBinaryData(byte[] value)
public com.aspose.email.ms.System.Uri getUri()
URI type of reference to the data.
public void setUri(com.aspose.email.ms.System.Uri value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.