[redemption] could not retrieve IMessage
Mon, 27 Feb 2006 16:13:32 +0100
Hello all,
I try to use Redemption.dll in a VB.net application.
When I try
MysafeItem.Recipients.add("Someone@somewhere.com")
There is an Exception : Could not retrieve IMessage : Interface is not
supported.
If I try MysafeItem.to="Someone@somewhere.com"
it's ok, but when I try to send the message I have an ...
|
Outlook Encountered a proplem
Sun, 26 Feb 2006 11:02:17 +0200
Dears.
Every time I quite from the Outlook 2003, it gives me an error message "
outlook encountered a proplem and must be close......"
What Can I Do to remove this messag?
...
|
C# 2.0 MAPI wrapper
Thu, 23 Feb 2006 16:07:26 -0800
Has anyone got 2.0 C# working with MAPI and CDO. I can get it to work
with VB but not C#. Here is a sample of VB code:
Imports MAPI
Imports MAPI.CdoDefaultFolderTypes
______________________________________
Dim CdoMessages As MAPI.Messages
Dim cdoSession As MAPI.Session
Dim C ...
|
Late binding sample
Thu, 23 Feb 2006 23:34:47 -0000
Hi
I have the below code for communicating with outlook. What changes do I need
to do to late bind this code so it does not need references to any
particular version of outlook.
Many Thanks
Regards
Imports System.Reflection
Imports Outlook
Module modContacts
Dim O As Outlook.Application
...
|
view someone else's calendar
Mon, 20 Feb 2006 10:54:31 -0600
In outlook 2000 I can click File/Open/Other User's Folder and open someone
else's calendar to see if their available for an appt. How can I do this
via code?
And before you say it, I know I can create a new appt and add them to the
attendees and see when their available. I'm trying to do this via code.
...
|
Can I use RDO to replace all my Outlook Interop objects?
Tue, 14 Feb 2006 22:55:58 -0800
Hi all,
I wrote code to retreive a Microsoft.Office.Interop.Outlook.MailItem
object from an ID value using by it's MailItem.EntryID value by using
this method from the NameSpace interface.
object GetItemFromID(string EntryIDItem, object EntryIDStore);
My question to all your clever folks is can I av ...
|
Error no. 0x80042108
Tue, 14 Feb 2006 04:16:27 -0800
i uses outlook2003 i configured it with tow account one for exchange and one
POP3 , i have account in gmai.com and configure it in outlook POP3 . i
received the error 0x80042108when i try to synch it. i made the follwoing and
the proplem still remove acoount and recreated - reinstall MS.office -
.....until ...
|
|
|
Outlook 2003 crashes when trying to print some emails.
Mon, 13 Feb 2006 12:37:17 -0800
I can not get Outlook 2003 to print some of this one users email. I gives a
error, sends a report to Microsoft then shuts down. Here is my case log:
"Workstation CSR4 is getting a error 1000 when trying to print some emails
from Outlook under the Daryl login. Some emails print okay. All emails are in
HTML f ...
|
www.verbatim.wordpress.com
Mon, 13 Feb 2006 16:40:50 +0100
...
|
Paste in Outlook defaults to Times New Roman
Fri, 10 Feb 2006 12:51:30 -0800
If I copy from a web application (or most anything on the web), it pastes in
Outlook as Times New Roman. This actually goes along with another issue
(possibly related) where bullets in e-mails automatically default to Times
New Roman.
My messages are created in HTML, and I use Outlook as the default text ...
|