Click or drag to resize

APIEmailDelete Method

Deletes the specified email message by Email ID.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string EmailDelete(
	Object EmailEntryID
)

Parameters

EmailEntryID
Type: SystemObject
Specify "Default" or the email message's EntryID. If Default, then the current email message is deleted, based on the "emailOutlookMailItemEntryID" Global Variable value.

Return Value

Type: String
Returns string containing 'success' or error message.
See Also