The ResumeMode enumeration defines the action that occurs when a user opens a presentation that had previously been opened. It is used for the ResumePresentationPlayback property of the IPlaybackSettings interface.
Possible values are:
RM_PROMPT: Prompts whether to resume from the last viewed slide or start from the beginning.
RM_ALWAYS: Always resume.
RM_NEVER: Never resume.