Office.AttachmentsChangedEventArgs interface

Provides information about an attachment on a mail item that raised the Office.EventType.AttachmentsChanged event.

Remarks

[ API set: Mailbox 1.8 ]

Properties

attachmentDetails

Gets the object that represents the attachment that was added or removed from a mail item. The object contains the id, name, size, and attachmentType properties of the attachment.

attachmentStatus

Specifies whether the attachment was added or removed from a mail item. For details, see MailboxEnums.AttachmentStatus.

type

Gets the type of event that was raised. For details, see Office.EventType.

Property Details

attachmentDetails

Gets the object that represents the attachment that was added or removed from a mail item. The object contains the id, name, size, and attachmentType properties of the attachment.

attachmentDetails: object;

Property Value

object

Remarks

[ API set: Mailbox 1.8 ]

attachmentStatus

Specifies whether the attachment was added or removed from a mail item. For details, see MailboxEnums.AttachmentStatus.

attachmentStatus: MailboxEnums.AttachmentStatus | string;

Property Value

Remarks

[ API set: Mailbox 1.8 ]

type

Gets the type of event that was raised. For details, see Office.EventType.

type: "olkAttachmentsChanged";

Property Value

"olkAttachmentsChanged"

Remarks

[ API set: Mailbox 1.8 ]