Class ReminderAttachment

ReminderAttachment class

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

public class ReminderAttachment

Constructors

NameDescription
ReminderAttachment(byte[])Initialize a new instance of ReminderAttachment class.
ReminderAttachment(Uri)Initialize a new instance of ReminderAttachment class.

Properties

NameDescription
BinaryData { get; set; }Contain a character encoding of inline binary data.
Uri { get; set; }URI type of reference to the data.

See Also