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 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:
StringReturns string containing 'success' or error message.
See Also