![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: cached, creation, exchange, mode, profile, vbscript |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
i'm trying to create a profile with cached exchange mode with Dimastr DLL profman.dll all is ok except the cached mode.... where am i wrong ? Set Profiles=CreateObject("ProfMan.Profiles") ......... PR_PROFILE_UNRESOLVED_NAME = &H6607001E PR_PROFILE_UNRESOLVED_SERVER = &H6608001E PR_PROFILE_CONFIG_FLAGS = &H6632000B CONFIG_OST_CACHE_PRIVATE = &H00000180 ..... Set NewProfile = Profiles.Add(ProfileName, false, false) .... Set ExchService = NewProfile.Services.Add("MSEMS", "Microsoft Exchange", false) Set Properties = CreateObject("ProfMan.PropertyBag") Properties.Add PR_PROFILE_UNRESOLVED_NAME, myusr Properties.Add PR_PROFILE_UNRESOLVED_SERVER, "xxxxxxxxxxxx" 'Try to set exchange cached mode : Properties.Add PR_PROFILE_CONFIG_FLAGS, CONFIG_OST_CACHE_PRIVATE ' ExchService.Configure 0, , Properties -- don''t reply to my email, antispam fake email |
| Ads |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cached Exchange Mode | Mark_Vader | Outlook - Installation | 1 | December 7th 06 08:06 PM |
| Using cached exchange mode vs not using cached exchange mode | Jim in Cleveland | Outlook - Installation | 3 | September 24th 06 03:47 AM |
| Cached Exchange Mode | Christine Lisi | Outlook - Installation | 1 | August 18th 06 03:21 PM |
| Cached Exchange Mode | wli2k2 | Outlook - Installation | 1 | June 23rd 06 07:14 PM |
| Cached Exchange Mode | Shauna T | Outlook - General Queries | 7 | March 9th 06 03:37 PM |