|
question on selection
hi
In outlook , in a html email if you do a imcompelte selectino on a
table in a MailItem, and do Edit->Copy, the clipboard html contains
valid html with table tags etc.
I want to simulate this behaviour programatically.
How do I do it?
Regards
Chimanrao
...
|
1 |
23.11.2005 05:38:01 |
|
Get Active MAPI Profile
Hi.
what is the best way to find out what MAPI Profile is currently used?
Thanks again
Graham
--
Graham Smith
...
|
2 |
21.11.2005 18:31:56 |
|
Exchange and UserProperty
I create and save a UserProperty attached to a Contact in Outlook and
this works just fine when using POP, but if using exchange it seems that
sometimes I cannotn create or save this userproperty. Is there some sort
of security restriction in Exchange that would prevent me from creating
a new userproperty in exchange and saving to a contact?
Thanks...
|
6 |
21.11.2005 18:17:36 |
|
Getting From Address in Sent Items with Exchange
I am trying to get the From Address from an email in the Sent Items
folder (i.e. I sent the email) while using Exchange.
Does anyone have any ideas?
I can get the from address if the email is in the inbox, but not if it
has been sent from outlook.
Thanks...
|
9 |
19.11.2005 06:37:27 |
|
anti phishing add in
Hi,
I'd like to know if there's a way to enable the links that were turned off
by Outlook in company's internal emails, ie john@company.com sends an email
with links to terry@company.com even if the links are suspicious they should
be enabled...
I'd like to do that with an add-in but I don't know if these settings are
available in the interop dll
Thanks for your help
--Ilann
...
|
1 |
18.11.2005 20:15:53 |
|
Outlook Folder Object Types
Looking at the example below, how would I put some code in here to know that
a folder is specifically a folder containing outlook contacts ?
Dim ofldrs As Outlook.Folders
Dim ffldrs As Outlook.MAPIFolder
Set ofldrs = g_fldr.Folders
Set ffldrs = ofldrs.GetFirst()
Do While Not ffldrs Is Nothing
' put something here ...
|
7 |
18.11.2005 14:43:58 |
|
Cannot copy Outlook:
I am trying to copy my Outlook 2003 pst file from my laptop to my home office
PC. The laptop has more info on it than the PC. I have licenced copies of
Office 2003 Pro (laptop) and Office 2003 standard (PC). I tried coping the
outlook.pst file from the laptop to my PC and received the following message:
"Cannot copy Outlook: The process cannot access the file because another
process h...
|
1 |
17.11.2005 22:48:10 |
|
catching item open events
I am writing an Outllook add-in using Visual Basic and CDO. Is there
any way to catch the open events of all items without listening for
each type of item open seperately? I am currently catching the
mailItem_open event, but this does not work for items such as tasks,
contacts, etc. Is there a generic itemOpen_event that gets fired when
any item is openned? Or do I have to catch the open ...
|
6 |
17.11.2005 20:01:56 |
|
Disabled ActiveX on Folder homepage in OL2003 SP1?
Hello
My overall objective is to dispay a new window from a current Active
Explorer within the Outlook parent window. I realize that there is no
legitimate way to do this (that I can find)...
So far I have created a very simple ActiveX control that displays nicely in
a local .HTM file. The idea is to use the local file web page as a shim to
show the ActiveX.
When I place this as t...
|
6 |
17.11.2005 19:50:19 |
|
AutoUpdating Outlook Addin
Hi,
I was wondering if anyone had any experience with updating Outlook
Addin's. I know of the regsvr32 to register the dll but I was
wondering if there's a way to replace the DLL while outlook is open or
some better way. Thanks
...
|
4 |
16.11.2005 14:28:53 |
|
Problem with appointments in calenders of additional mailboxes
Hi,
I made an add-in which captures the ItemAdd events for appointments and
presents the user with a window.
This also works for calendars of additional mailboxes (if there are any).
The thing is... if somebody makes an appointment in such an "additional"
calendar, all other users which also have the add-in and also have the same
mailbox in their outlook will get that window also when...
|
3 |
16.11.2005 09:59:03 |
|
how to get the "From" field from "All mail fields" in appointment?
Hi,
when you look at an appointment in Outlook 2003 and you go to Design this
form and look at "All Mail fields", you find a field "From".
Is there any way to access this field from within the ItemAdd event for an
appointment?
TIA...
|
2 |
15.11.2005 14:20:35 |
|
How can I catch a message after its been sent out?
Hello,
I'm modifying my existing addin. After an item is sent out, I need to take
the message and create a PDF from it. The PDF conversion isn't the problem,
I can handle that fine. At any rate, the problem I'm seeing is simply that
using the _ItemSend event of the outlook application object doesn't seem to
have a complete message object. It seems to be missing the From
information, bo...
|
3 |
14.11.2005 15:33:19 |
|
Read MAPI Profiles via Dot Net
Hi,
is there a way to read the MAPI Profiles via .NET except reading from the
Registry?
Thanks in advance
Graham Smith
...
|
2 |
14.11.2005 13:38:18 |
|
com addin open e-mailitem
Is is possible to see with a com addin in outlook, if an e-mailitem was
opened with outlook or with another application like vb6 or windows explorer
?
Thanx,
Kris Gilot
...
|
1 |
14.11.2005 09:09:18 |
|
MSN Outlook Connector Issue
I am using Win XP SP2 w/ Outlook 2003 and MSN Outlook Connector w/ my MSN
Premium Account. I have the MSN account as my default in Outlook and am also
collecting mail for 3 other POP mail accounts. When I start Outlook it
automatically does a Send/Receive and often hangs for several minutes. During
this time, the Outlook icon in the system tray shows "Microsoft Outlook is
synchronizing...
|
5 |
12.11.2005 18:19:01 |
|
Could not get embedded attachment
Hi all,
I wrote one C++ add-in which gets all the attachments in the message
and save it to the disk.
I am using get_attachments() api for that. But if mail has embedded
attachment this api could not detect that attachment.
(By embeeded attachment I mean If you create mail in .rtf format and if
copy paste some image in the mail body.)
Can you please tell me why this happens? How can I det...
|
10 |
11.11.2005 18:37:30 |
|
OL 2000: COM Add in buttons for Norton Anti Spam keep disappearing
I've installed Norton Anti Spam and the program buttons keep disappearing.
The best suggestion Norton has is to deselect and reselect it as a COM add
in. This is getting tiresome. Is there a fix within Outlook?...
|
2 |
10.11.2005 14:16:07 |
|
fldpub.dll could not be installed...
After reinstalling W98 and Office on one computer, I set up net folders to
share a calendar via a wireless network. It works fine but I keep getting a
dialog box that says "fldpub.dll could not be installed..." and asks for the
install disk. When i insert it nothing happens. How can I fix this?
W98/Office 2000/IE6/wireless network 4 computers (2x98, 1x98se,1x xp). ...
|
2 |
10.11.2005 13:52:02 |
|
Normal.dot always asks to be saved
I have a Word Add-in which after I perform a merge and then close the
document it will ask to save normal.dot. Is there something wrong with
my add-in that is causing this?
Thanks...
|
4 |
09.11.2005 14:42:25 |
|
category lost in moving mail items in IMAP
I am facing this same that was raised in one of the forums earlier in
2002 for which there is no response .. is there a solution for this :
"In my IMAP Inbox, as I read the messages, I assign them to one or more
categories. When I later move some of these categorized messages to a
different IMAP folder, I notice that the messages no longer have the
previously assigned category information.
...
|
1 |
08.11.2005 20:46:46 |
|
Folder count and event advise
We are trying to monitor the ItemAdd event for email folders. On
advising the folders, we seem to be hitting a limit on the number of
folders that can be advised - 33.
Is this a known limitation ? or is it a memory issue local to our
environment. We created empty folders to eliminate the question of
number of emails in the folders. That didn't help the situation.
Thanks for your help.
...
|
4 |
08.11.2005 20:23:24 |
|
QueryInterface for interfaceOutlook._Application failed
I have an outlook add-in which works fine for outlook 2003, 2002, and
works sometimes on outlook 2000, but in this case it is giving me this
error:
QueryInterface for interfaceOutlook._Application failed
I distribute the COM objects with the add-in when it is installed.
Thanks...
|
2 |
08.11.2005 17:37:23 |
|
Address Card - Card Width
Hi all,
How I can get the value of the Address Card dimensions from OOM? If this
is not possible, where does this value stored? Registry? File?
Thanks a lot for your help.
Cheers,
Sammy...
|
3 |
08.11.2005 14:04:52 |
|
Outlook 2000 addin fails when built on Windows XP/2003
I am writing an Outlook addin using Visual Basic and CDO. If I build
my addin on Windows 2000, it runs successfully on Outlook 2000/XP/2003.
However, if I build the addin on a Windows XP or 2003 system, it fails
to successfully initialize when installed in an Outlook 2000 system.
The line of code that it seems to fail on is
Set mobjApp = olApp
where mobjApp is an Outlook.Application...
|
2 |
07.11.2005 18:42:23 |