POPPST .INI File

The .INI file for the POPPST sample application is structured consistently with standard Microsoft .INI files. It requires section header lines and section entry lines. In a section header line, the section keyword is enclosed in square brackets. Section entry lines start with an entry keyword that is immediately followed by an equals sign (=), which in turn is followed by a value for the section entry. All characters (including whitespace) following the '=' up to the next <newline> are included in the value. Leading whitespace is permitted and is not significant, but whitespace in all other locations is significant.

You may include comments by using a semicolon (;) as the first non-whitespace character on a line. Blank lines may be included in the .INI file and are ignored.

The POPPST .INI file can contain three kinds of sections:

Either a [newpst] section or a [profile] section is required, and must be the first section in the .INI file. However, you must not use both a [newpst] section and a [profile] section in one .INI file.

If you specify a [newpst] section, a temporary profile will be used, which means that no name resolution will be possible. If you specify the [profile] section, the message created will be placed in the specified folder in the default message store. If you want the message to be placed into your PST, then you must first set the Personal Folders information store to be your default information store for the specified profile. To do this, select the Options choice of the Tools menu in the Microsoft Exchange Client, and then click the Delivery tab. Then, click Personal Folders in the drop-down list box labeled Deliver new mail to the following location.

One or more [message] sections can follow the [newpst] or [profile] section.

Unless noted as optional in the following description, all section entry lines are required and must occur exactly once per section. The order of section entries within a section is not important. Keywords used in the POPPST program are not case-sensitive. Maximum line-length is 512 characters (MAXINIFILELINE), including the <newline> character.