home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_10.cab / default.prf < prev    next >
Text File  |  1996-04-22  |  15KB  |  446 lines

  1. ; Sample PRF file.
  2. ; ----------------
  3. ; Copyright (C), Microsoft Corporation, 1996.
  4. ;
  5. ; The following PRF file is included as an example of how to create a PRF file for creating 
  6. ; a profile.  Section 1, 2, and 3 may be modified.  DO NOT MODIFY SECTION 4.  It will most
  7. ; likely cause exchange services to crash.  Be very careful when editing to ensure property
  8. ; values match their property types.
  9.  
  10.  
  11.  
  12. ; Section 1 - Profile defaults.
  13.  
  14. [General]
  15. ProfileName=Default Exchange Profile
  16. DefaultProfile=Yes
  17. OverwriteProfile=Yes
  18. DefaultStore=Service2
  19.  
  20.  
  21. ; ************************************************************************
  22. ; ************************************************************************
  23. ; ************************************************************************
  24. ; Section 2 - Services and clients in profile.
  25.  
  26. [Service List]
  27. Service1=Microsoft Mail
  28. Service2=Personal Folders
  29. Service3=Personal Address Book
  30. Service4=Personal Folders
  31. Service5=Microsoft Exchange Server
  32. Service6=Microsoft Exchange Client
  33.  
  34.  
  35. ; ************************************************************************
  36. ; ************************************************************************
  37. ; ************************************************************************
  38. ; Section 3 - Default values for each service and client.
  39.  
  40. [Service1]
  41. ServerPath=\\mailserver\mailshare
  42. Mailbox=User1
  43. Password=PASSWORD
  44. RememberPassword=TRUE
  45. SessionLogPath=c:\windows\msmail.txt
  46. NewMailPollInterval=5
  47.  
  48. [Service2]
  49. PathToPersonalFolders=c:\exchange\mailbox.pst
  50. RememberPassword=TRUE
  51. EncryptionType=0x40000000
  52. Password=
  53.  
  54. [Service3]
  55. PathToPersonalAddressBook=c:\exchange\mailbox.pab
  56. ViewOrder=1
  57.  
  58. [Service4]
  59. PathToPersonalFolders=c:\exchange\mailbox2.pst
  60. RememberPassword=TRUE
  61. EncryptionType=0x40000000
  62. Password=
  63.  
  64. [Service5]
  65. HomeServer=Benji
  66. MailboxName=Exchange Test Acct (Exchange)
  67. ConversionProhibited=TRUE
  68.  
  69. [Service6]
  70. NotifyPlaySound=TRUE
  71. NotifyChangeCursor=TRUE
  72. NotifyShowPopup=FALSE
  73. WarnOnDelete=TRUE
  74. EmptyWastebasket=TRUE
  75. ShowTooltips=TRUE
  76. SelectEntireWord=TRUE
  77. AfterMoveMessage=0
  78. IncludeMessageText=TRUE
  79. IndentMessageText=TRUE
  80. CloseOriginalMessage=TRUE
  81. GenReadReceipt=FALSE
  82. GenDeliveryReceipt=FALSE
  83. DefaultSensitivity=0
  84. DefaultPriority=1
  85. SaveSentMail=TRUE
  86.  
  87.  
  88. ; ************************************************************************
  89. ; ************************************************************************
  90. ; ************************************************************************
  91. ; Section 4 - Mapping for profile properties.
  92.  
  93. ; ************************************************************************
  94. ; Microsoft Exchange Client definitions
  95.  
  96. [Microsoft Exchange Client]
  97. SectionGUID=0A0D020000000000C000000000000046
  98.  
  99. NotifyPlaySound=PT_BOOLEAN,0x0150
  100. ;    -- A boolean value indicating whether or not to play a sound when
  101. ;    new mail arrives
  102.  
  103. NotifyChangeCursor=PT_BOOLEAN,0x0151
  104. ;    -- A boolean value indicating whether or not to change the cursor
  105. ;    when new mail arrives
  106.  
  107. NotifyShowPopup=PT_BOOLEAN,0x0153
  108. ;    -- A boolean value indicating whether or not to show a popup 
  109. ;    dialoge when new mail arrives.
  110.  
  111. WarnOnDelete=PT_BOOLEAN,0x0111
  112. ;    -- A boolean value indicating whether or not to warn the user 
  113. ;    before permanently deleting items.
  114.  
  115. EmptyWastebasket=PT_BOOLEAN,0x0115
  116. ;    -- A boolean value indicating whether or not to empty the
  117. ;    wastebasket on exit.
  118.  
  119. ShowTooltips=PT_BOOLEAN,0x0166
  120. ;    -- A boolean value indicating whether or not to show tooltips
  121. ;    on the toolbar
  122.  
  123. SelectEntireWord=PT_BOOLEAN,0x0118
  124. ;    -- A boolean value indicating whether or not to select entire
  125. ;    words when selecting.
  126.  
  127. AfterMoveMessage=PT_LONG,0x013B
  128. ;    -- Indicates what to do after moving or deleting a message.
  129. ;    Possible values are shown below:
  130. ;    0 - Open Next Message
  131. ;     1 - Return to Viewer
  132. ;     2 - Open Previous Message
  133.  
  134. IncludeMessageText=PT_BOOLEAN,0x0130
  135. ;    -- A boolean value indicating whether or not to include text
  136. ;    of the original message when replying.
  137.  
  138. IndentMessageText=PT_BOOLEAN,0x0131
  139. ;    -- A boolean value indicating whether or not to indent the
  140. ;    text of the original message when replying.
  141.  
  142. CloseOriginalMessage=PT_BOOLEAN,0x0132
  143. ;    -- A boolean value indicating whether or not to close the
  144. ;    original message after replying.
  145.  
  146. GenReadReceipt=PT_BOOLEAN,0x0141
  147. ;    -- A boolean value indicating whether or not to generate
  148. ;    a read receipt on sent mail.
  149.  
  150. GenDeliveryReceipt=PT_BOOLEAN,0x014C
  151. ;    -- A boolean value indicating whether or not to generate
  152. ;    a delivery receipt on sent mail.
  153.  
  154. DefaultSensitivity=PT_LONG,0x014F
  155. ;    -- The default sensitivity to send mail with.
  156. ;    Possible values are shown below:
  157. ;    0 - Normal
  158. ;    1 - Personal
  159. ;    2 - Private
  160. ;    3 - Confidential
  161.  
  162. DefaultPriority=PT_LONG,0x0140
  163. ;    -- The default priority to send mail with.
  164. ;    Possible values are shown below:
  165. ;    0 - Low
  166. ;    1 - Normal
  167. ;     2 - High
  168.  
  169. SaveSentMail=PT_BOOLEAN,0x0142
  170. ;    -- A boolean value indicating whether to save a copy of
  171. ;    sent messages in the sent items folder.
  172.  
  173. CheckSpelling=PT_BOOLEAN,0x014E
  174. ;    -- A boolean value indicating whether or not to check
  175. ;    spelling on messages before sending.
  176.  
  177. SpellAlwaysSuggest=PT_BOOLEAN,0x01D0
  178. ;    -- A boolean value indicating whether or not to always
  179. ;    suggest alternates on mispelled words.
  180.  
  181. SpellIgnoreUpper=PT_BOOLEAN,0x01D2
  182. ;    -- A boolean value indicating whether or not to 
  183. ;    ignore words in all caps when checking spelling.
  184.  
  185. SpellIgnoreOriginal=PT_BOOLEAN,0x01D3
  186. ;    -- A boolean value indicating whether or not to ignore the
  187. ;    original text of a reply or forward when checking spelling.
  188.  
  189.  
  190.  
  191. ; ************************************************************************
  192. ; Microsoft Exchange Server service definitions.
  193.  
  194. [Microsoft Exchange Server]
  195. ServiceName=MSEMS
  196. MDBGUID=5494A1C0297F101BA58708002B2A2517
  197.  
  198. MailboxName=PT_STRING8,0x6607
  199. ;    -- The name of the user's Exchange Server Mailbox
  200.  
  201. HomeServer=PT_STRING8,0x6608
  202. ;    -- The name of the Microsoft Exchange Server the user should
  203. ;    connect to.  You can specify any Microsoft Exchange Server
  204. ;    in your site, and the correct Home Server will be assigned 
  205. ;    when the user first logs on.
  206.  
  207. ConversionProhibited=PT_BOOLEAN,0x3A03
  208. ;       -- A boolean value indicating whether NEWPROF should
  209. ;       attempt to resolve the Exchange mailbox name at run time. 
  210. ;       If set to TRUE, NEWPROF will copy the name to the profile
  211. ;       without resolving it.
  212. ;       If FALSE, the name will be resolved. Invalid server or 
  213. ;       mailbox name will not be copied to the profile.
  214.  
  215.  
  216. ; ************************************************************************
  217. ; Microsoft Mail service definitions.
  218.  
  219. [Microsoft Mail]
  220. ServiceName=MSFS
  221.  
  222. ;      --  The path to the users post office.  Mapped network drives, UNC and NETWARE paths
  223. ;          are acceptable.  NETWARE paths of the type NWServer/share:dir\dir1 are converted to 
  224. ;          UNC paths of the type \\NWServer\share\dir\dir1. 
  225.  
  226. ServerPath=PT_STRING8,0x6600
  227.  
  228. ;      --  The users mailbox name.  eg. in a NET/PO/USER address,
  229. ;          this is USER.  The maximum mailbox name is 10 characters.
  230.  
  231. Mailbox=PT_STRING8,0x6601
  232.  
  233. ;      --  The users mailbox password.  The maximum password is 8 characters.
  234.  
  235. Password=PT_STRING8,0x67f0
  236.  
  237. ;      --  A boolean value indicating whether the users password is
  238. ;          to be remembered in the profile or not.  This is useful because
  239. ;          if the password is remembered the user can bypass the logon prompt
  240. ;          if his server path, mailbox name and password are all supplied.
  241.  
  242. RememberPassword=PT_BOOLEAN,0x6606
  243.  
  244. ;      --  The connection type.  This may be one of CFG_CONN_AUTO, CFG_CONN_LAN,
  245. ;          CFG_CONN_REMOTE, CFG_CONN_OFFLINE as defined below.
  246. ;
  247. ;          0x0         --  LAN type connection.  Used to connect to the post office using a
  248. ;                          UNC path or pre-existing mapped drive.
  249. ;          0x1         --  Dial up connection using Dial-up Networking.
  250. ;          0x2         --  Not connected.
  251. ;          0x3         --  Automatically detect whether the connection type is LAN or REMOTE.
  252. ;                          This connection type is only available on Win95.
  253.  
  254. ConnectionType=PT_LONG,0x6603
  255.  
  256. ;      --  A boolean value indicating whether session logging
  257. ;          is on or off.
  258.  
  259. UseSessionLog=PT_BOOLEAN,0x6604
  260.  
  261. ;      --  The path to the session log file.
  262.  
  263. SessionLogPath=PT_STRING8,0x6605
  264.  
  265. ;      --  A boolean value which indicates whether mail in the outbox
  266. ;          is sent.
  267.  
  268. EnableUpload=PT_BOOLEAN,0x6620
  269.  
  270. ;      --  A boolean value which indicates whether mail in the server
  271. ;          mailbag is downloaded.
  272.  
  273. EnableDownload=PT_BOOLEAN,0x6621
  274.  
  275. ;      --  A bit array which allows the user to indicate which addresses
  276. ;          for which the transport is to attempt delivery.  This is useful
  277. ;          in order to allow a user to specify that a transport only handle
  278. ;          delivery for a subset of the addresses it can really process.
  279. ;          When multiple transports are installed and the user wants a
  280. ;          different transport to handle some specific address types they
  281. ;          can use this bit array to specify that the MSMAIL transport
  282. ;          only handle a specific set of addresses.
  283. ;
  284. ;          Possible values as defined below include:
  285. ;
  286. ;          0x00000001      --  Local Post Office and External Post Office address types
  287. ;          0x00000002      --  PROFS address types
  288. ;          0x00000004      --  SNADS address types
  289. ;          0x00000008      --  MCI address types
  290. ;          0x00000010      --  X.400 address types
  291. ;          0x00000040      --  FAX address types
  292. ;          0x00000080      --  MHS address types
  293. ;          0x00000100      --  SMTP address types
  294. ;          0x00000800      --  OfficeVision address types
  295. ;          0x00001000      --  MacMail address types
  296. ;          0x000019df      --  All of the above address types
  297.  
  298. UploadMask=PT_LONG,0x6622
  299.  
  300. ;      --  A boolean value which indicates whether a netbios notification
  301. ;          is sent to a recipients transport when mail is delivered to
  302. ;          their server inbox.
  303.  
  304. NetBiosNotification=PT_BOOLEAN,0x6623
  305.  
  306. ;      --  The polling interval in minutes when the transport
  307. ;          checks for new mail.  1 <= polling interval <= 9999
  308.  
  309. NewMailPollInterval=PT_STRING8,0x6624
  310.  
  311. ;      --  A boolean value which, if TRUE, only displays the Microsoft Mail Global Address
  312. ;          list for name selection.  The Postoffice list, external post office lists, and gateway
  313. ;          address lists are not shown.
  314.  
  315. DisplayGalOnly=PT_BOOLEAN,0x6625
  316.  
  317. ;      --  A boolean value which indicates whether the user wants to enable
  318. ;          headers while working on the LAN.  Headers mode allows the user
  319. ;          to download message headers and selectively choose which mail
  320. ;          to download.
  321.  
  322. UseHeadersOnLAN=PT_BOOLEAN,0x6630
  323.  
  324. ;      --  A boolean value which indicates whether the user wants to use
  325. ;          name resolution based on a local copy of the server address book
  326. ;          rather than the server address book itself.
  327.  
  328. UseLocalAdressBookOnLAN=PT_BOOLEAN,0x6631
  329.  
  330. ;      --  A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
  331. ;          to deliver submitted mail messages.  This is sometimes useful when mail is running 
  332. ;          on a slow LAN connection.
  333.  
  334. UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0x6632
  335.  
  336.  
  337. ;      --  A boolean value which indicates whether the user wants to enable
  338. ;          headers while working over a slow speed link.  Headers mode
  339. ;          allows the user to download message headers and selectively
  340. ;          choose which mail to download.
  341.  
  342. UseHeadersOnRAS=PT_BOOLEAN,0x6640
  343.  
  344. ;      --  A boolean value which indicates whether the user wants to use
  345. ;          name resolution based on a local copy of the server address book
  346. ;          rather than the server address book itself.
  347.  
  348. UseLocalAdressBookOnRAS=PT_BOOLEAN,0x6641
  349.  
  350. ;      --  A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
  351. ;          to deliver submitted mail messages.  This speeds up message delivery when mail is
  352. ;          running on a Dial-up network connection.
  353.  
  354. UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0x6639
  355.  
  356. ;      --  A boolean value which indicates that a Dial-up Network connection should
  357. ;          be established when the transport provider starts up.
  358.  
  359. ConnectOnStartup=PT_BOOLEAN,0x6642
  360.  
  361. ;      --  A boolean value which indicates that a Dial-up Network connection should
  362. ;          be automatically terminated when headers are finished downloading.
  363.  
  364. DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0x6643
  365.  
  366. ;      --  A boolean value which indicates that a Dial-up Network connection should
  367. ;          be automatically terminated after mail has finished being sent
  368. ;          received.
  369.  
  370. DisconnectAfterRetrieveMail=PT_BOOLEAN,0x6644
  371.  
  372. ;      --  A boolean value which indicates that a Dial-up Network connection should
  373. ;          be automatically terminated when the provider is exited.
  374.  
  375. DisconnectOnExit=PT_BOOLEAN,0x6645
  376.  
  377. ;      --  The name of the Dial-up Network profile that the transport will use by
  378. ;          default to attempt the connection.
  379.  
  380. DefaultDialupConnectionName=PT_STRING8,0x6646
  381.  
  382. ;      --  Number of times to attempt dial for connection.
  383. ;          1 <= retry attempts <= 9999
  384.  
  385. DialupRetryCount=PT_STRING8,0x6648
  386.  
  387. ;      --  Delay between retry attempts in seconds.
  388. ;          30 <= retry delay <= 9999
  389.  
  390. DialupRetryDelay=PT_STRING8,0x6649
  391.  
  392.  
  393.  
  394. ; ************************************************************************
  395. ; Personal Folders service definitions.
  396.  
  397. [Personal Folders]
  398. ServiceName=MSPST MS
  399. MDBGUID=4e495441f9bfb80100aa0037d96e0000
  400.  
  401. ;      --  Path to personal folders.
  402.  
  403. PathToPersonalFolders=PT_STRING8,0x6700 
  404.  
  405. ;      --  A boolean value that determines if the personal folders password
  406. ;          should be cached.
  407.  
  408. RememberPassword=PT_BOOLEAN,0x6701
  409.  
  410. ;      --  A value that designates the type of encryption that is used to
  411. ;          compress the data in the PST:
  412. ;
  413. ;          No Encryption              0x80000000
  414. ;          Compressable Encryption    0x40000000
  415. ;          Best Encryption            0x20000000
  416.  
  417. EncryptionType=PT_LONG,0x6702
  418.  
  419. ;      --  PST password.
  420.  
  421. Password=PT_STRING8,0x6703
  422.  
  423.  
  424.  
  425. ; ************************************************************************
  426. ; Personal Address Book service definitions.
  427.  
  428. [Personal Address Book]
  429. ServiceName=MSPST AB
  430.  
  431. ;      --  Path to personal address book.
  432.  
  433. PathToPersonalAddressBook=PT_STRING8,0x6600
  434.  
  435. ;      --  Determines if PAB entries are first, last, or last, first.
  436. ;      
  437. ;          first last                0
  438. ;          last, first               1
  439.  
  440. ViewOrder=PT_LONG,0x6601
  441.  
  442.  
  443.  
  444.  
  445.  
  446.