A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 17 of 17
Search took 0.04 seconds.
Search: Posts made by: AVIS
Forum: Outlook and VBA May 22nd 09, 03:52 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 702
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
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
Posted By AVIS
CDO Outlook security prompt hangs, vb script Mapi Session

Instead of the below statement
Session1.Logon "","",False,False
Replace with
Session1.Logon "","",True,False
Then try to update the local machine mail profile of the user, who is...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT +1. The time now is 06:06 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.