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