N
Nabil
Hi,
I have a problem with my Outlook Addin, I'm using VSTO and Outlook 2007. I
am also using redemption for some of my events.
' Declarations
Public WithEvents myRDOsession As Redemption.RDOSession
in ThisAddIn_Startup() I have the following code
myRDOsession = New Redemption.RDOSession
myRDOsession.Logon()
The above line i.e. the logon() stops emails going out. Any email that I
send stays in the Outbox folder. If I comment out Logon() then emails go out
without a problem. I obviously need the RDOSession to be logged on.
I've tried to use myRDOsession.LogonExchangeMailbox(gstrUserID, "") which
works and email send correctly but I then won't have access to all the Stores
(myRDOsession.Stores will not contain my PST file Stores)
Has anyone come across this problem before, this is really starting to bug
me!!!
Any help will be greatly appreciated!
Thanks
Nabil
I have a problem with my Outlook Addin, I'm using VSTO and Outlook 2007. I
am also using redemption for some of my events.
' Declarations
Public WithEvents myRDOsession As Redemption.RDOSession
in ThisAddIn_Startup() I have the following code
myRDOsession = New Redemption.RDOSession
myRDOsession.Logon()
The above line i.e. the logon() stops emails going out. Any email that I
send stays in the Outbox folder. If I comment out Logon() then emails go out
without a problem. I obviously need the RDOSession to be logged on.
I've tried to use myRDOsession.LogonExchangeMailbox(gstrUserID, "") which
works and email send correctly but I then won't have access to all the Stores
(myRDOsession.Stores will not contain my PST file Stores)
Has anyone come across this problem before, this is really starting to bug
me!!!
Any help will be greatly appreciated!
Thanks
Nabil