|
Telling the difference between Apply and OK on a PropertyPage?
Hi all!
I have some fairly complex options framework in my addin where options
values can be inherited or overridden at different levels (e.g. user
registry, public folder properties, parent folder properties, etc.)
depending on context and several flags that could be manipulated via
checkboxes on a PropertyPage. As determining the actual option values
that are not overridden (and thus edi...
|
3 |
16.12.2005 15:20:32 |
|
Adding a custom line to the header outlook 2003
Is there a way to add a custom header in outlook 2003? I would like to put
in a tag so that when another program reads my mail if it sees the tag it
will be able to be routed in a specific way.
...
|
2 |
15.12.2005 19:29:48 |
|
Outlook Connector for Domino - Tasks List
Can my task list in Outlook be configured to be the default task list (so I
can receive reminders), and not show up in my Lotus task list? I do not use
the task list in Lotus....
|
1 |
15.12.2005 15:19:03 |
|
Sending myself an email
I'm writting an COM Addin with Visual Basic. Everything works fine so
far. My problem is, that under some specific circumstances i need to
write the user an email to tell him that something went wrong.
Has anyone a clue how to solve this?
Thanks in advance for your help.
Henrik A.
...
|
1 |
13.12.2005 18:21:10 |
|
Auto name check
How can I write an add-ins by using VBS/VBA to complete a name check, when
reply an email?...
|
2 |
09.12.2005 15:20:57 |
|
can't debug my outlook COM add-in VB.net
i got a pc with VB.net and office 2003 and i am try to move it a cross
to a different pc so i move the code a cross and have install the com
add-in that all went ok. I build the code and that goes ok and then i
try to debug it and it open up outlook and then before it as finish
opening outlook 2003 up it. But if i open up outlook via start
programmes it open up with the COM add-in which work ...
|
2 |
09.12.2005 05:23:04 |
|
Help loading Add-In VB.Net 2005
I have a addin I developed in VB6-migrated to VB.net 2003 and with a
little tweaking it was working fine. I was able to deploy to machines
running Outlook XP or 2003. Now I have upgaded to 2005 and it runs fine
on the development machine, but when I run setup on a machine that
doesn't have VB.net installed it never loads. The LoadBehavior is set
to 3 when installed and when I start Outlook it...
|
3 |
07.12.2005 17:00:38 |
|
double quotes in email message
I am trying to replace the double quotes in an email message.
So if the message is.
I "love" my dog. I want to replace the double quotes. Problem is when I
do mailItem.MessageText.Replace("\"", "##"); for example it does nothing
b/c the double quotes in the message are represented with something like
inverted commas.
Does anyone have any experience with this?
Thanks...
|
4 |
07.12.2005 16:47:22 |
|
Integration of Outlook with Vonage VOIP services
VonageLog is the essential call management utility for Vonage subscribers.
It downloads details of all telephone calls made and received on your Vonage
line, and records them in your Outlook Journal, or directly to a CSV file
for importing into Excel or third-party software. Essential for people who
need to log their telephone calls and usage, VonageLog makes a tedious job
as easy as a single...
|
5 |
06.12.2005 14:37:23 |
|
Animated Stationery
I dont know if this is the correct forum, if not please let me know.
More and more user have downloaded and are using animated stationery/
backgrouds in their emails. Is there a way to prevent this?
Could you tell me the effect this has on exchange? Bottomline, I am looking
for a valid explanation to ask users nicely to remove them. Last resort,
stop it at the server level.
Tha...
|
1 |
05.12.2005 15:53:02 |
|
Outbound Rules - need pop up prompt
I'm looking for a way to prompt a user that they are sending outbound email
to particular email addresses and let them stop sending the message if it
meest certain criteria. I.e., outside of the company or to a personal
address rather than a business address, etc.
Does anyone have any examples or know where I can get an add on for this?
I've seen this at customer sites, but need it fo...
|
2 |
02.12.2005 19:36:05 |
|
Lookout Search AND Win Desktop Search
I've had MS Lookout Search plug-in for Outlook for some time. I just
installed MS Windows Desktop Search. I can't tell if they're working
together or duplicating effort. Should Lookout be removed?...
|
1 |
01.12.2005 22:13:02 |
|
MAPIOBJECT is junk when using MS WORD as Email Editor
Hi,
I developing a C# Outlook add-in which sends the mail when the user
clicks my custom button on the Inspector window. I am using extended
MAPI to avoid the security warning in Office XP which is written in
C++.
I am passing the Outlook mailItem object and the MAPI Namespace to the
C++ dll which inturn gets the MAPI session from the Namespace.
Everything works perfect when the Outlook H...
|
5 |
01.12.2005 16:25:09 |
|
remove addin from outlook
I am trying to remove an add-in from outlook, but it does not show up
under COM Add-ins in Outlook and does not have an uninstall in
Add/Remove programs. If I deleted the entries in Outlook/Add-ins in the
registry will that be safe to remove the add-in from Outlook?
Thanks...
|
2 |
30.11.2005 17:03:49 |
|
Using mailObj.save while attachment is opened
I currently have a COM addin written in VB6 for Outlook 2002. I am
using the mailObj.save function which works fine, but if the mail
contains an attachment that the user has open at the same time, Outlook
displays a message: "An attachment to this message may be currently
open in another program. If you continue, you may lose any changes you
have made to the attachment using the other program...
|
2 |
30.11.2005 14:23:57 |
|
Extended task control in Outlook XP/2003
Hi,
I'm trying to add some task control to tasks in Outlook, using a .Net COM
Add-in.
In the first instance, I'd like to control deletion of tasks. For example, I
assign a task to Jerry. When Jerry tries to delete the task, it alerts me
and waits for my confirmation. My current thinking to solve this is to
detect the deletion and send a TaskRequestItem to the delegator (plus some
o...
|
1 |
30.11.2005 14:16:41 |
|
Addin Outlook + Command bar
Hello,
I would like to create a custom button (or custom command bar) in contact's
form.
I already created custom button on "standard" command ...
plzzzzzzz help :)
CommandBars oCommandBars;
CommandBar oStandardBar;
try
{
oCommandBars =
(CommandBars)applicationObject.GetType().InvokeMember("CommandBars",
BindingFlags.GetProperty , null, applicationObject ,null);
}
...
|
2 |
29.11.2005 22:27:37 |
|
How to avoid security prompts in Visual Basic programs for Outlook without using the Redemption COM library
thanks a lot!
...
|
2 |
28.11.2005 17:39:29 |
|
Where Can I Download Outlook Connector?
I have been told that I need Microsoft Outlook Connector to synchronize my
Outlook Calendar with my Hotmail Calendar. I have been unable to find the
place where I can download Outlook Connector. Does anyone know where I can
download it? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
...
|
10 |
25.11.2005 19:41:06 |
|
How to show non-intrusive message to user.
Hi ,
I wrote one add-in. I want to show one message to the user when he
clicks the add-in button.
But the message should be non-intrusive ( like popup on new mail in
Outlook 2003 )
So I can not use simple messagebox for this. How can I show this
message then. because as per my knowledge access to popup and status
bar is not exposed in Outlook object model.
Any ideas.
Thanks and Regar...
|
2 |
23.11.2005 21:31:04 |
|
Accessing MailItem object in Outbox prevents it being sent
I have a C++ COM add-in that changes a toolbar custom button state
depending on the item selected. All works fine except for items in
the Outbox waiting to be sent. The sequence is:
1. Configure Outlook to not automatically send new emails (so they
stay in the Outbox long enough).
2. Create a few test emails and Click Send.
3. Switch to the Outbox folder. Most of the emails appear in
b...
|
3 |
23.11.2005 20:01:27 |
|
Create a VB dll and reference it in an Outlook Form
Hi,
I want to create a dll in VB that I want to reference in Outlook form
so that I can send data to the dll from the form.
Can anyone suggest how this can be done?
Thanx in advance.
Sid
...
|
3 |
23.11.2005 17:35:39 |
|
replying and quoting original email or questions
Hi,
I am wondering if anyone knows an easy way to use good email etiquette for
replying where it is preffered to quote the person.
So for example, if I wanted to reply to this post then my reply email would
look like
I am wondering if anyone knows an easy way to use good email etiquette for
replying where it is preffered to quote the person.
JAKE: yes I know a good way.
hope this ...
|
2 |
23.11.2005 15:09:06 |
|
LoadBehavior changing
I have sucessfully been able to install my plugin across a wide variety
of machines by using Nullsoft and using regsvr32. However on this on
particualr machine my add-in will not load. It always changes the
LoadBehavior back from 3 to 2.
Any ideas?
Thanks again....
|
4 |
23.11.2005 15:06:32 |
|
Folder backup
I what do back-rp my folders so I can reinstall outlook. whats in them
but also the reinstall the same folders. How do I do this?
--
ED ELDREDGEPosted from - http://www.officehelp.in
...
|
2 |
23.11.2005 12:40:52 |