Forum: Outlook and VBA
May 22nd 09, 03:52 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 702
REDEMPTION HANGING during LOGON
Hi,
Thanks for the suggestions, found that the problem is related to a control
in the form and not related to the redemption coding.
"Dmitry Streblechenko" wrote:
Are you sure it really hangs...
|
Forum: Outlook and VBA
May 22nd 09, 03:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 878
GAL.ResolveName issue with REDEMPTION
Hi,
I researched on the issue further and found that the application works fine
with OFFICE (OUTLOOK) versions 2002 and 2003. We tried with outlook 2002 and
2003, the application and...
|
Forum: Outlook and VBA
May 21st 09, 04:02 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 878
GAL.ResolveName issue with REDEMPTION
Hi,
I have a Visual Basic application which uses REDEMPTION dll (ver 4.5.0.812).
This application updates appointments and tasks, to the EXCHANGE SERVER and
also sends a mail to the EXCHANGE...
|
Forum: Outlook and VBA
May 21st 09, 06:28 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 702
REDEMPTION HANGING during LOGON
I have two applications developed in Visual Basic. Both the applications use
REDEMPTION to communicate with EXCHANGE SERVER. The main application just
hangs when the following command is executed,...
|
Forum: Outlook and VBA
February 20th 09, 07:06 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 209
MAPI_E_INVALID_OBJECT error
Following are my queries on this issue, because the issue still persists,
1. Is it possible to reproduce the issue with the same application and with
another outlook user?
2. Will the problem...
|
Forum: Outlook and VBA
January 13th 09, 11:42 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 209
MAPI_E_INVALID_OBJECT error
Will this error occur, if the start time of the appointment is not provided.
If so, can anybody tell me how this can be reproduced internally? ie., this
error is reported by only one user, who is...
|
Forum: Outlook and VBA
January 13th 09, 09:28 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 209
MAPI_E_INVALID_OBJECT error
Hi,
I have an application developed in VISUAL BASIC 6.0, which creates
appointments in OUTLOOK, with all the default values (such as time, date,
location etc.,) for the appointments. I am using...
|
Forum: Outlook and VBA
April 29th 08, 08:39 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
Any Updates?
"AVIS" wrote:
I dont think, there is anything related to the permission of the user.
Because, if i set the code, in such a way that the profile name is
selectable, then the...
|
Forum: Outlook and VBA
April 29th 08, 08:39 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
Any Updates?
"AVIS" wrote:
As I informed, the appointments are getting created, if the below statement
is used for the logon
Call oSession.Logon(, , True, False)
But the issue is,...
|
Forum: Outlook and VBA
April 25th 08, 07:16 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
As I informed, the appointments are getting created, if the below statement
is used for the logon
Call oSession.Logon(, , True, False)
But the issue is, the current profile has to be selected from...
|
Forum: Outlook and VBA
April 24th 08, 10:46 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
Sorry, what I meant was user IDs and not profile names. Still the problem is
not getting resolved for me and i have tried all the options or help
provided, but was not able to proceed on...
|
Forum: Outlook and VBA
April 22nd 08, 08:41 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
Hi,
I tried implementing ur suggestions, but still it is not working. I also
found that the profile name that I have selected is not prefixed to any of
the other user ids.
"SvenC" wrote:
Hi...
|
Forum: Outlook and VBA
April 21st 08, 09:07 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
I dont think, there is anything related to the permission of the user.
Because, if i set the code, in such a way that the profile name is
selectable, then the code works fine, or else it doesnt. ...
|
Forum: Outlook and VBA
April 18th 08, 05:47 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
For the first question, No, the user specifies the admin details of the
exchange server
The server details are from the database and the same details are used by
other users, where the program is...
|
Forum: Outlook and VBA
April 18th 08, 05:41 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
Yupe, I have got CDO 1.21 installed. But still it is not working.
"Sue Mosher [MVP-Outlook]" wrote:
Did you actually install CDO 1.21 on the Outlook 2007 system? It is a separate download.
...
|
Forum: Outlook and VBA
April 17th 08, 11:49 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,778
MAPI Session Logon error
Hi All,
I have a Visual Basic application which has the below code
Set Session = New MAPI.Session
ProfileInfo = ExchangeServer & vbLf & UserId
Call Session.Logon(, , False, , , , sProfileInfo)
Set...
|
Forum: Outlook and VBA
April 17th 08, 11:03 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,161
|