Forum: Outlook and VBA
December 18th 07, 07:56 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 440
|
Forum: Outlook and VBA
August 28th 07, 09:34 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,892
GAL reading and updation of data
Hi,
Havent really managed to get rid of this permissioin issue. Does my NT logon
or Username have to be given some specific permission using Active Directory
? Can you please specify what needs to...
|
Forum: Outlook and VBA
August 22nd 07, 07:06 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,892
GAL reading and updation of data
Here are the details -
Error Number= -2147024891
Description=Error in IMAPIProp::SaveChanges: MAPI_E_NO_ACCESS
Source-Redemption.RDOAddressEntry
The loop through was just a sample. I might have to...
|
Forum: Outlook and VBA
August 21st 07, 06:22 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,478
Impersonate user on logon with redemption
Is it possible to impersonate another user(say the administrator) using the
redemption logon
Is the syntax below correct ?
set Session = CreateObject("Redemption.RDOSession")
Session.Logon...
|
Forum: Outlook and VBA
August 21st 07, 05:56 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,892
GAL reading and updation of data
I tried a simple example as below but come across the mentioned error -
Redemption.RDOAddressEntry: Error calling IMAPIProp::SetProps
For Each objAddressEntry In...
|
Forum: Outlook and VBA
August 20th 07, 09:06 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,892
GAL reading and updation of data
Thanks veyr much Dmitry and Ken.
Is it possible to update the GAL entries using redemption ? Or do we have to
switch back to CDO ? Please let me know of any samples available...
|
Forum: Outlook and VBA
August 17th 07, 08:56 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,892
GAL reading and updation of data
As per the documentation I found that the below are accessible (from the code
sample shown further below) -
MsgBox objAddressEntry.Manager (Manager's name returned)
MsgBox...
|
Forum: Outlook and VBA
August 17th 07, 05:26 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,892
|
Forum: Outlook and VBA
August 17th 07, 02:50 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 1,892
GAL reading and updation of data
Hi,
I am using the redemption object to connect to the GAL and read each item
with its attributes like Name,Department,telephone etc.
Below is the script I tried -
objAddressEntry.Fields seems...
|
Forum: Outlook - Using Contacts
August 6th 07, 09:34 AM Posted to microsoft.public.outlook.contacts
|
Replies: 0
Views: 274
Global Address List Updates
Hi,
Could you refer a few samples in .NET 1.1/2.0 that I could use to update
details on my exchange GAL.
I have a script (vbs - using LDAP & MAPI.Session) that updates a directory
on the...
|
Forum: Outlook - Using Forms
January 3rd 07, 06:31 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 521
Redemption Objects
Did not manage to find good results from the link's sent
Here is what i tried
1)Did not manage to get the Location for the appointment data
2)Also could not figure out about "Custom Attributes"...
|
Forum: Outlook - Using Forms
December 29th 06, 11:06 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 521
Redemption Objects
Trying to access appointment data in a shared calendar with the following
code -
But quite a few things fail -
1)Start/End/Location etc properties are missing
2)Userproperties - Have created a new...
|
Forum: Outlook - Calandaring
December 29th 06, 11:06 AM Posted to microsoft.public.outlook.calendaring
|
Replies: 0
Views: 568
Redemption Object
Trying to access appointment data in a shared calendar with the following
code -
But quite a few things fail -
1)Start/End/Location etc properties are missing
2)Userproperties - Have created a new...
|
Forum: Outlook - Using Forms
December 19th 06, 07:14 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 529
Shared Calendar Folder Error Message
Sorry about that I assumed you would recall the chain of email exchanges in
the past couple of days or threads. But then you attend to plenty of queries
so it would be diff to recall all of...
|
Forum: Outlook - Using Forms
December 18th 06, 10:28 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 529
Shared Calendar Folder Error Message
The code I have below is that of a *.vbs file that i had planned to use as a
"Scheduled Task". If i need to change the same to as suggested by you its has
to be in VBA ?
"Sue Mosher [MVP-Outlook]"...
|
Forum: Outlook - Using Forms
December 11th 06, 01:28 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 529
Shared Calendar Folder Error Message
Hi,
I did go through the link sent by you. Well i could only conclude that I
either make sure of a 3rd party control or make use of C++ or Delphi to code
for the same. If yes please show me a few...
|
Forum: Outlook - Using Forms
December 5th 06, 08:16 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 529
Shared Calendar Folder Error Message
Hi, I can acess a shared calendar folder via Ms Outlook 2003. I am trying to
get the values of the same via a script shown below -
But each time i run the script i get the following pop-up on my...
|
Forum: Outlook - Using Forms
November 28th 06, 09:59 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 388
One-Off form
Thanks for the suggetion - AddItem did resolve the issue I had
The 2nd bit since i made use of PossibleValues the data was stored in the
properties although i had cleared the VBScript code. Hence i...
|
Forum: Outlook - Using Forms
November 28th 06, 09:54 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 392
Exchange Server - Fetch all appointment data
What is still un clear to me is how will I get the appointment data for all
the users from the calendar. When I open my Calendar view from the server i
see data only relavant to me and no other...
|
Forum: Outlook - Using Forms
November 27th 06, 12:03 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 388
One-Off form
Have customised the 2nd tab of an Appointment form and published the same in
the Org Forms Lib and the Calendar folder on my machine.
I recieve the Macros error message when trying to open a...
|
Forum: Outlook - Using Forms
November 20th 06, 02:03 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 599
Appointment form customized and face problems
Hey thanks a ton for all the replies (they work very well)
-Safal
"Sue Mosher [MVP-Outlook]" wrote:
This would be the correct code to ignore items without the custom property:
On Error...
|
Forum: Outlook - Using Forms
November 20th 06, 05:30 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 599
Appointment form customized and face problems
Here is the code i am using -
'Set reference to default Calendar folder
Set nms = Application.GetNamespace("MAPI")
Set fld = nms.GetDefaultFolder(9)
For Each itm in itms
If Not...
|
Forum: Outlook - Calandaring
November 17th 06, 10:02 AM Posted to microsoft.public.outlook.calendaring
|
Replies: 1
Views: 1,242
|
Forum: Outlook - Using Forms
November 17th 06, 10:00 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 420
|
Forum: Outlook - Using Forms
November 17th 06, 06:21 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 599
Appointment form customized and face problems
I am using MS Outlook 2000 SR-1. I do not see Help | About This Form dialog
on that calendar entry.
I still get the error message - Enable/Disable macros while trying to open
this form from the...
|