Code:
; ************************************************************************
; Microsoft Mail service definitions.
[Microsoft Mail]
ServiceName=MSFS
ServerPath=PT_STRING8,0x6600
; -- The path to the users post office. Mapped network drives, UNC and NETWARE paths
; are acceptable. NETWARE paths of the type NWServer/share:dir\dir1 are converted to
; UNC paths of the type \\NWServer\share\dir\dir1.
Mailbox=PT_STRING8,0x6601
; -- The users mailbox name. eg. in a NET/PO/USER address,
; this is USER. The maximum mailbox name is 10 characters.
Password=PT_STRING8,0x67f0
; -- The users mailbox password. The maximum password is 8 characters.
RememberPassword=PT_BOOLEAN,0x6606
; -- A boolean value indicating whether the users password is
; to be remembered in the profile or not. This is useful because
; if the password is remembered the user can bypass the logon prompt
; if his server path, mailbox name and password are all supplied.
ConnectionType=PT_LONG,0x6603
; -- The connection type. This may be one of CFG_CONN_AUTO, CFG_CONN_LAN,
; CFG_CONN_REMOTE, CFG_CONN_OFFLINE as defined below.
;
; 0x0 -- LAN type connection. Used to connect to the post office using a
; UNC path or pre-existing mapped drive.
; 0x1 -- Dial up connection using Dial-up Networking.
; 0x2 -- Not connected.
; 0x3 -- Automatically detect whether the connection type is LAN or REMOTE.
; This connection type is only available on Win95.
UseSessionLog=PT_BOOLEAN,0x6604
; -- A boolean value indicating whether session logging
; is on or off.
SessionLogPath=PT_STRING8,0x6605
; -- The path to the session log file.
EnableUpload=PT_BOOLEAN,0x6620
; -- A boolean value which indicates whether mail in the outbox
; is sent.
EnableDownload=PT_BOOLEAN,0x6621
; -- A boolean value which indicates whether mail in the server
; mailbag is downloaded.
UploadMask=PT_LONG,0x6622
; -- A bit array which allows the user to indicate which addresses
; for which the transport is to attempt delivery. This is useful
; in order to allow a user to specify that a transport only handle
; delivery for a subset of the addresses it can really process.
; When multiple transports are installed and the user wants a
; different transport to handle some specific address types they
; can use this bit array to specify that the MSMAIL transport
; only handle a specific set of addresses.
;
; Possible values as defined below include:
;
; 0x00000001 -- Local Post Office and External Post Office address types
; 0x00000002 -- PROFS address types
; 0x00000004 -- SNADS address types
; 0x00000008 -- MCI address types
; 0x00000010 -- X.400 address types
; 0x00000040 -- FAX address types
; 0x00000080 -- MHS address types
; 0x00000100 -- SMTP address types
; 0x00000800 -- OfficeVision address types
; 0x00001000 -- MacMail address types
; 0x000019df -- All of the above address types
NetBiosNotification=PT_BOOLEAN,0x6623
; -- The polling interval in minutes when the transport
; checks for new mail. 1 <=polling interval <= 9999
NewMailPollInterval=PT_STRING8,0x6624
; -- A boolean value which indicates whether a netbios notification
; is sent to a recipients transport when mail is delivered to
; their server inbox.
DisplayGalOnly=PT_BOOLEAN,0x6625
; -- A boolean value which, if TRUE, only displays the Microsoft Mail Global Address
; list for name selection. The Postoffice list, external post office lists, and gateway
; address lists are not shown.
UseHeadersOnLAN=PT_BOOLEAN,0x6630
; -- A boolean value which indicates whether the user wants to enable
; headers while working on the LAN. Headers mode allows the user
; to download message headers and selectively choose which mail
; to download.
UseLocalAdressBookOnLAN=PT_BOOLEAN,0x6631
; -- A boolean value which indicates whether the user wants to use
; name resolution based on a local copy of the server address book
; rather than the server address book itself.
UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0x6632
; -- A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
; to deliver submitted mail messages. This is sometimes useful when mail is running
; on a slow LAN connection.
UseHeadersOnRAS=PT_BOOLEAN,0x6640
; -- A boolean value which indicates whether the user wants to enable
; headers while working over a slow speed link. Headers mode
; allows the user to download message headers and selectively
; choose which mail to download.
UseLocalAdressBookOnRAS=PT_BOOLEAN,0x6641
; -- A boolean value which indicates whether the user wants to use
; name resolution based on a local copy of the server address book
; rather than the server address book itself.
UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0x6639
; -- A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
; to deliver submitted mail messages. This speeds up message delivery when mail is
; running on a Dial-up network connection.
ConnectOnStartup=PT_BOOLEAN,0x6642
; -- A boolean value which indicates that a Dial-up Network connection should
; be established when the transport provider starts up.
DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0x6643
; -- A boolean value which indicates that a Dial-up Network connection should
; be automatically terminated when headers are finished downloading.
DisconnectAfterRetrieveMail=PT_BOOLEAN,0x6644
; -- A boolean value which indicates that a Dial-up Network connection should
; be automatically terminated after mail has finished being sent
; received.
DisconnectOnExit=PT_BOOLEAN,0x6645
; -- A boolean value which indicates that a Dial-up Network connection should
; be automatically terminated when the provider is exited.
DefaultDialupConnectionName=PT_STRING8,0x6646
; -- The name of the Dial-up Network profile that the transport will use by
; default to attempt the connection.
DialupRetryCount=PT_STRING8,0x6648
; -- Number of times to attempt dial for connection.
; 1 <=retry attempts <= 9999
DialupRetryDelay=PT_STRING8,0x6649
; -- Delay between retry attempts in seconds.
; 30 <=retry delay <= 9999
; ************************************************************************
; Personal Folders service definitions.
[Personal Folders]
ServiceName=MSPST MS
AliasServiceName=PT_STRING8,0x3001
; -- Name which will appear in the profile service list and in the
; Folder View.
Comments=PT_STRING8,0x3004
; -- Text which will appear in the comments area of the service properties.
PathToPersonalFolders=PT_STRING8,0x6700
; -- Path to personal folders.
RememberPassword=PT_BOOLEAN,0x6701
; -- A boolean value that determines if the personal folders password
; should be cached.
EncryptionType=PT_LONG,0x6702
; -- A value that designates the type of encryption that is used to
; compress the data in the PST:
;
; No Encryption 0x80000000
; Compressable Encryption 0x40000000
; Best Encryption 0x20000000
Password=PT_STRING8,0x6703
; -- PST password.
; ************************************************************************
; Personal Address Book service definitions.
[Personal Address Book]
ServiceName=MSPST AB
ABServiceName=PT_STRING8,0x3001
PathToPersonalAddressBook=PT_STRING8,0x6600
; -- Path to personal address book.
ViewOrder=PT_LONG,0x6601
; -- Determines if PAB entries are first, last, or last, first.
;
; first last 0
; last, first 1
; ************************************************************************
; Outlook Address Book service definitions.
[Outlook Address Book]
ServiceName=CONTAB
Ben=PT_STRING8,0x6700
; -- Dummy property. Do not modify.
OABViewOrder=PT_BOOLEAN,0x6602
; -- TRUE=Last, First
; FALSE=First Last
; ************************************************************************
; Section 7 - Mapping for internet account properties. DO NOT MODIFY.
; ************************************************************************
; Internet E-Mail service Settings/Definitions
; In a Corporate or Workgroup configuration, the only type of account that
; can be created is an I_MAIL (POP3) account. You can use settings from
; both the [Internet E-mail] and [I_Mail] sections below.
;
[Internet E-Mail]
ServiceName=IMAIL
; When creating an Internet E-Mail service, both AccountName and
; LongAccountName MUST BE specified!
AccountName=PT_STRING8,0x661f
; This should be exactly the same as the I_Mail AccountName
; property.
LongAccountName=PT_STRING8,0x3001
; This should be the " Internet E-mail - " + the AccountName
; property. For example, if AccountName="foo" this
; should be "Internet E-mail - foo"
[I_Mail]
; *****************************
; *** Mail Account Settings ***
; *****************************
; Configurable settings for POP3 (Corporate and Intenet Only configs)
; and IMAP (Internet Only config only) mail accounts
AccountName=PT_STRING8,0x1235
; The name of the account that appears in the Account List.
ConnectionType=PT_LONG,0x1239
; Values:
; 0 = Connect using local area network (LAN).
; 1 = Connect using Internet Explorer's or a 3rd party dialer.
; 2 = Connect using modem and the Dial-up Networking connection
; specified in the Connectoid property.
Connectoid=PT_STRING8,0x123A
; Specify the existing Dial-up Networking connection to use.