|
Outlook freezes on Redemption SaveAs
Hi,
I have been using Outlook Redemption for about a year now and it's been
incredibly useful in the development of an add-in for Outlook
2K/XP/2003. I am trying to retrieve the e-mail (well actually, only the
recipients, body and attachments) that is being composed by the user
and export an RFC822 version of it.
For months my code was actually extracting the various parts of the
messag...
|
1 |
4/27/2006 3:30:39 PM |
|
Re: export public contacts
Dear,
let me explain in detail that i want.
i would use outlook public contacts as a central contact database for whole
company those contacts will reuse for several prepous in excel, such as
invoice, quotation, purchase...
i can't find an method to read outlook public folder from excel, so i try
export public folder to a database that excel can read.
it is quite difficult for m...
|
3 |
4/27/2006 2:42:18 PM |
|
Exchange Calendaring
Can I pull up an AppointmentItem in outlook the same way whether it is
on Exchange Calendaring or not?
Thanks...
|
2 |
4/27/2006 7:03:51 AM |
|
Sending mail with attachment from my vb6 addin
Hi,
i've programmed an addin in VB6 which is sending mail from our CRM
system automatically.
The addin works fine, that means that it's doing what I want it to do.
When the addin is installed on a system with outlook 2000 (SMTP/POP3)
the attachment arrives at the recipient correct but when outlook 2003
(SMTP/POP3) is installed, the attachment is sent as winmail.dat and of
course some ...
|
2 |
4/27/2006 7:03:20 AM |
|
How to create AppointmentItem in inbox (Outlook 2002)
I'm trying to create an AppointmentItem in the Inbox, so the user could
choose if to accept invitation or not, but Outlook 2002 refuses to do
so.
Anyone knows how to do that?
Code sample, C# (doesn't work - keeps a copy in the Draft folder & and
places the appointment in the calendar), open Outlook before running
this code:
using System;
using System.IO;
using System.Net;
namespa...
|
3 |
4/27/2006 7:01:53 AM |
|
Custom Item type, menus and forms
Hello,
I want to create an application that integrates with Outlook.
The following are some of the requirements that I have.
I want to have my own custom item type. Items of this type will be
stored inside an Outlook folder. That item type is not really a good
fit with any of the existing built-in Outlook item types (Mail, Post,
Note, Contact, etc). At a push, if I *had* to base it on ...
|
2 |
4/27/2006 3:27:01 AM |
|
Outlook Interop COM Exception When Logged in as Windows Standard User
I'm creating Outlook messages using the Outlook Application object and
Redemption. When I'm logged in as a Windows Standard user, I'm getting
a COM exception when I retrieve the Drafts folder. This is what the
code looks like:
draftsFolder =
OutlookApp.Session.GetDefaultFolder(OlDefaultFolders.olFolderDrafts);
The error message is as follows: "Creating an instance of the COM
component...
|
1 |
4/26/2006 11:34:29 PM |
|
Embedded Images Stripped By Receiving Clients
I'm embedding images into HTML emails using Redemption and following
the example given here:
http://www.dimastr.com/redemption/
The images appear fine when sent, but always get stripped when received
by Outlook Express and are treated as attachments when received by a
Yahoo account. Does anyone have any idea what I can do to prevent
this? Thanks.
...
|
1 |
4/26/2006 9:51:02 PM |
|
SpamBayes problem
Please advise how to troubleshoot an Outlook error that seems related to
SpamBayes.
OLE error 0x8004dff2
keeps popping up and I can't get rid of it or get SpamBayes working. Have
reinstalled Spambayes and run error repair on Office 2003, no gain, lot of
pain.
TIA, pjl
...
|
1 |
4/26/2006 3:58:45 PM |
|
Calendar View
Hi,
Question on the day / week / month calendar view.
How does a outlook addin know the date range of the calendar view showing?
If day view, the view will show the range in time, how does the addin
know from when to when?
If week view, the view will show the range of a week, how does the addin
know which week that the view is showing?
If Month view, the view will ...
|
3 |
4/26/2006 5:17:34 AM |
|
Outlook 2000 & net folders
Using Office 2000 to share a contacts folder amongst colleagues.
Works ok on some machines but on other get an error that the "custom
form" cannot be found, using a standard form.
Looked up various kb articles on MS Knowledge base but most suggest a
corruption in frmcache.dat file BUT does not exist on any of 9
different machines in the office, but half work ok and open the "form"
to a...
|
5 |
4/25/2006 9:29:59 PM |
|
Outlook custom form opening...
Hi, everyone!!
I have a problem: I made Outlook Com Add-in.
I have there some custom form based on Contact.
So I try to open this form about 20 times without closing and
everysing is ok, but on 21 there is an com_error!!!
contact_item->Display();
I close some forms and can open them again but not more than 20 items!!
Is there a limit to open form count?
...
|
2 |
4/25/2006 11:50:23 AM |
|
Calendar view
Hi,
There is a Date Picker in Calendar view. Does anyone know how to get
the information from that control?
Actually, I need the date selected, or week/month selected.
Regards,
Tony
...
|
1 |
4/25/2006 4:03:47 AM |
|
Outlook 2003 video Email
I have just installed the video email , I have reocorded a test viedo ,
5 sec, but it was not possible to send it . It appears a note : "
failed to convert a file to WMV format"
I have : windows XP/SP2 , office pro 2003, Business Contact manager.
Brgds
MAQCC
maqcc.llc@gmail.com
...
|
5 |
4/24/2006 9:32:47 PM |
|
A different problem with Outlook Addin
This is a multi-part message in MIME format.
------=_NextPart_000_001A_01C663AC.255FFC10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi ,
I have implemented addin for MSOutLook using VC++ 6.0. Here i =
have displayed a image and on that i have display some images,when i =
click that image that image should be aded to mail(whi...
|
2 |
4/24/2006 1:31:58 PM |
|
Adding attachment to message
I've seen examples of Add-in code which can create a new mail message and
add an attachment to it.
Is there a way to add an attachment to an email the user is currently
composing?
From the email editor (i.e. Word running from Outlook), I want to provide a
button which shows a dialog. When the user picks an item from the dialog I
want to create a local file and add that file as an att...
|
6 |
4/24/2006 1:28:27 PM |
|
COM addin from VB.NET 2003
This is a multi-part message in MIME format.
------=_NextPart_000_00D2_01C6670A.4420C510
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_00D3_01C6670A.4420C510"
------=_NextPart_001_00D3_01C6670A.4420C510
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I've successfully built my first Outlook addin using VB.NET 2003.=20...
|
2 |
4/24/2006 12:25:51 PM |
|
Outlook "not a valid Office Add-in" error
I just set up a new laptop transfering my MS Office 2003 settings from the
old LT to the new using Office2003 wizard. Everything seemed to work, but I
am getting the following error:
'C:\Documents and Settings\RMJ\Application Data\Microsoft\AddIns\C:\Program
Files\Common Files\Microsoft Shared\Geography\mpoai9.dll' is not a valid
Office Add-in.
I do have MapPoint 2001 installed, but ...
|
2 |
4/24/2006 1:44:36 AM |
|
Exchange 250 open objMessage limit
I have read about this problem all over the forums, but have not come
across any answers yet.
I am creating MailItem objects within a VSTO C# Outlook add-in,
specifically in the SelectionChange event. This is to allow some
interigation of the selected mailItem. The problem I am facing is that
every time the event fires and a MailItem object is created, the "Open
Messages" count for that us...
|
3 |
4/21/2006 3:04:19 PM |
|
MAPI Named Properties Between Servers
Hello,
I need to be able to set name/value pairs on an email message within
Outlook, and have those name/values travel with the email when the
email is sent to a user on another exchange server. So far I have
tried adding a UserProperty via the Outlook COM object model (in C#),
and adding a named property to the custom named property stream
"{00020386-0000-0000-C000-000000000046}" via Ext...
|
5 |
4/20/2006 2:10:15 PM |
|
Attachments on OL2003
In OL2003, when an email is printed that contains an attachment, under
the "Subject:" line at the top of the email is printed "Attachments:
filename.ext".
When I do a reply to that same message, the "Subject:" line is included
in the original text portion of the initial email under the new email, but
the line "Attachments: filename.ext" is not included.
How can I caused the line "Attach...
|
4 |
4/20/2006 1:36:27 PM |
|
Activex for outllook compattible with outlook 2000 onwards
Hai,
I have created an activex that will be added as a plugin for outlook 2003,
I want that activex to be compatible with outlook 2000 onwards to 2005,
What requirements to be met.
...
|
4 |
4/19/2006 1:46:50 PM |
|
Out Look Express & Simple MAPI , Outlook ExMAPI example
Hi,
I have managed to write some code for accessing the email headers and
retreiving the sende4rs email address using Outlook. However I can not seem
to understand how to access the same info using Outlook Express. I am trying
to use Simple MAPI and The MAPIRead function. However I do not know how to
get the correct pointer to the email i need. I have heard Simple MAPI and
OutLook Exp...
|
2 |
4/18/2006 1:35:35 PM |
|
Addin_ for outlookexpress
Hi
I need some help to develp addin for outlook express
Thanks
...
|
2 |
4/18/2006 1:35:30 PM |
|
for sale: internetDotComs.com
domain for sale: internetdotcoms.com
http://www.afternic.com/name.php?id=11866440
...
|
1 |
4/16/2006 1:38:51 PM |