RetrieveMime()

Import an individual MIME file into GroupWise.

Token ID

AFTKN_RETRIEVE_MIME or 950

Syntax

VOID RetrieveMime(
     ANSISTRING Filename;
     [ENUM] BoxType;
     [ANSISTRING] FolderName;
     [BOOL] CreateFolder)

Parameters

Filename As ANSISTRING

The full path of the file import.

BoxType As ENUM

(Optional) One of the following values:

  • 6 Inbox
  • 7 Outbox
  • 666 Draft
  • 198 Personal
FolderName As ANSISTRING

The full path of the folder in GroupWise where the item will be stored.

CreateFolder As BOOL

If TRUE and the folder specified in FolderName does not exist, it will be created.