FocDocumentDataIsNotValidToBeDeleted Method

Cannot get file path for mail opened from disk by Outlook, so the delete option won't work as intended. Outlook does not provide API to get the mail file's original location, because it generates temporary files and the 'path' and 'tempPath' reference the temporary files. Similar case is with OneNote.

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public static bool IsNotValidToBeDeleted(
	FocDocumentData focDocumentData
)

Parameters

focDocumentData  FocDocumentData

Return Value

Boolean

See Also