|
Delete an item
vb6 - using item.delete moves the item into a deleted Items folder. Does
anyone know how I could delete without putting the item in the delete items
folder (sure delete)? I also want to make sure the item is not recoverable.
...
|
6 |
31.07.2006 05:42:06 |
|
VSTO - Market Share of Outlook 2003 (Pro)?
I'm not convinced that I should be developing with VSTO yet. Does anyone
have information on how many Outlook users are running the 2003 professional
version (ie MS Office 2003 Professional Edition or MS Outlook 2003 Stand
Alone) versus other versions of Outlook (ie MS Office 2003 Standard Edition
or previous versions of Outlook eg XP, 2000 etc).
Thanks, Tad
...
|
1 |
30.07.2006 04:14:03 |
|
Threading creates issues in OL 2000
Hi all,
I have already posted this question on add-in dev group. Posting here
to make sound for some more add-in devs.
My add-in creates one thread which processes mail and then moves it to
one particular folder.
My code is working fine with Outlook 2003.
While debugging with Outlook 2000 I observed that Outlook could not
copy or move any mail item in thread. If I do this without using...
|
1 |
28.07.2006 18:28:30 |
|
Junk Mail options after Norton Uninstall
After encountering problems with Norton AntiVirus 2006, I uninstalled it.
Now Outlook's standard Junk Filter options no longer appear.
Is there a way to reset Outlook to get the original Junk Mail options back?
Thank you
...
|
1 |
28.07.2006 15:44:47 |
|
Windows Live Local: how to remove?
I installed the beta, and it seemed to crash my Outlook everytime I
used it, so I used Add-Remove Programs to unistall it.
Or so I thought.
After restarting Windows and Office and trying to schedule another
meeting, I see the "Location" tab still showing up.
Is there a way to delete any files that were overlooked by Add-Remove
Programs? I'm running Outlook 2002 SP3 on WinXP Pro.
...
|
3 |
27.07.2006 22:45:37 |
|
Add-in Send Script
I have created an addin but I'm unsure how to declare the code that runs when
someone sends an email. I thought it would be something like this.....
Private Sub IDTExtensibility2_OnStartupComplete(custom() As Variant)
Dim Application_ItemSend As Outlook.Application
End Sub
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
'Do Stuff
End Sub...
|
3 |
27.07.2006 19:30:02 |
|
Free Outlook (2003) Addin that filters email?
Hi all, I'm aware of the powerful rules you can create in Outlook. But
I recall a friend of mine had a plugin/addin for his email client
(believe it was outlook) that put chili peppers on emails that had
"explicit" content in them. Any chance something like that or similar
concepts have been done for Outlook 2003 and that are freely available?
Thanks,
Novice
...
|
1 |
27.07.2006 16:51:35 |
|
oulook word problem
when ı try close outlook ,a dialouge box appear and says
"You can not close word because a dialouge box is open.Click ok switch word"
after this, appear a second dialouge box
"This application is about initialize active x controls that might be unsafe
..If you trust the source of this file select ok and the controls will be
initialized usin your current workspace settings"
and Ä...
|
1 |
27.07.2006 15:07:02 |
|
Convert Outlook.Attachment to Byte() array
Is there a way to convert an attachment to a byte array without saving it to
a directory first and then reading it into a stream? I would like to
convert it in code and save straight to the database skipping the SaveAsFile
part.
I'm developing a VSTO outlook add-in for outlook 2003 SP2. ...
|
2 |
26.07.2006 20:48:43 |
|
Context Menu does not work for RTF preview window
Hi,
I have added a submenu to the context menu for the message preview window
and it works fine as long as the message in the preview window is an HTML
document window. I saw a nice example at
http://www.codeproject.com/atl/outlook2k3addin.asp and it works great for
HTML windows. However for an RTF window it does not work. When I right click
directly IN the preview window - when it is a...
|
3 |
26.07.2006 19:14:50 |
|
runtime error occurred during the loading...blah blah blah
OK, so I have looked through this listserv. I have read Randy Byrne's
article. I have tried using a shim. I have contacted Microsoft (have
a nice weekend, they tell me...sheesh!). I cannot find the answer to
save my life.
I am getting the runtime error message when I try to load a .NET
add-in. I modeled my add-in after Randy's (thanks for that, Randy)
odc_oladdin. I can get the addin...
|
8 |
26.07.2006 16:04:08 |
|
outlctlx.dll
Hi
I developed an application in vb6 using the outlctlx.dll control available
from the microsoft site. This was released 4 years ago and worked with
outlook 2000.
Now some of my customers are compaining that the integration into outlook
has stopped working. This integration was done using the outlctlx.dll
control. I am personally using Outlook 2003 and dont have a problem, however,
...
|
2 |
24.07.2006 12:55:43 |
|
Catching Send Event Lotus Notes/Domino thro AddIn
I want to catch the Send event of Lotus Notes. At this point there
isn't any
sender specified yet. Is there a way to get the send event thro AddIn.
...
|
1 |
22.07.2006 08:19:18 |
|
Outlook Lookout
I am reviewing the Add in called Lookout and it looks very powerful. Anyone
have experience with it?
Jim Johannsen, Santa Barbara, CA
----------------------------------------------------------------------------
----
I am using the free version of SPAMfighter for private users.
It has removed 6760 spam emails to date.
Paying users do not have this message in their emails.
Try SPAMfig...
|
4 |
21.07.2006 17:32:36 |
|
Outlook / Word conflict
Hello all,
I am currently working on an addin for Word that adds a custom toolbar
with one CommandBarButton. The addin works fine, and does what it is
supposed to do, but if I open Outlook first, the command bar and button
will apear on a new compose message. Also, opening Outlook first causes
the commandbar to be hidden when Microsoft Word is opened. Everything
works fine if it's the oth...
|
3 |
20.07.2006 16:38:15 |
|
Outlook Button Types
Hi,
I have been looking throughout the web trying to find a document that states
what button types can be created for Outlook Plug-ins and have not found
anything official that positively states the allowed button types for a
plug-in. I would like to create a button type of "msoControlSplitButtonPopup"
but this appears as though it is not possible. Does anybody know a way to
create a ...
|
2 |
19.07.2006 18:43:30 |
|
Redemtion and UTF-8
Hi Dmitry,
I want to create a message with UTF-8 encoding. I'm using
IMessageItem::Import but it doesn't work. To do it I've added the
header:
Content-Type: text/plain; charset=utf-8; format=flowed
This header works fine in Outlook Express but doesn't using Redemption
in Outlook.
What am I doing wrong?
Thanks, in advance
J. Prandi
...
|
6 |
19.07.2006 17:30:21 |
|
sample download
Hello,
i'm looking for some example, how to code/decode TNEF files by MAPI
functions. I found this on microsoft page
http://windowssdk.msdn.microsoft.com/en-us/library/ms527436.aspx as Sample
Remote Transport Provider example.
But i cannot found, where are these files for download.
thx. for your answer Tomas
...
|
1 |
19.07.2006 16:47:13 |
|
VSTO Backwards compatibility with Outlook 2003 / 2007
Hi,
I've been reading a lot about the VSTO and have developed some sample
add-ins for Outlook 2003 and more recently Outlook 2007 beta 2. What I
havn't seen is how interoperable my add-in will be between different
versions of Outlook. Are the following statement true?
1. My VSTO Add-in developed with Outlook 2003 will work with Outlook 2007
2. My VSTO Add-in developed with Outlook...
|
2 |
19.07.2006 15:14:59 |
|
Runtime error 80004005 Creating Outlook.Application
Anyone
When trying to create the Outlook Object model from within a VB application
I get Runtime error 80004005 Creating Outlook.Application object. The PC is
running Windows XP Home with Outlook 2003. I've tried messing around with
internet security settings, I tried the Sue Mosher suggestion of looking for
script blocking and turning it off. I have turned off firewalls pretty much
eve...
|
7 |
18.07.2006 21:18:18 |
|
Password protecting a directory
My church wants to password protect some semi-secure folders that files like
parish address and phone numbers. Is the a simple inexpensive way to do this
? It doesn't need to be super secure. And only in programs like Lotuus or
Outlook.
--
Thank you,
J. Montrose...
|
4 |
18.07.2006 17:57:11 |
|
Persona Menu in Outlook 2003
Hi everyone!
Recently, I've faced the Persona Menu in Outlook 2003 (context menu,
which appears when user clicks on sender's or reciever's name in "From"
or "To" fields in Outlook) Can anybody give me links or any additional
info about how it works.
I do know already how to add my menu items in "Additional actions"
submenu (SmartTags & so on). But i'm interested in replacing the whole
m...
|
1 |
17.07.2006 16:02:09 |
|
LiveLocal Beta
Is this the correct forum to ask this question?
I'm using the Live Local add-in for Outlook. It's great and saves me a lot
of time when I'm on the road.
A few questions/suggestions:
(1) Is it possible to add desciptors to a meeting location and still have
Local pull up the address?
For example, I use the print directions function quite often. After
printing I have to manually wri...
|
1 |
17.07.2006 05:51:01 |
|
how to write plugin for outlook enabling signing , encryption and decryption of mail using GPG( Gnu privacy guard)
i have to build a secure email solution using gpg.
now i have studied gpg but i am struck on scope of my project since i have
to learn and do on my own from scratch. i am enclosing my scope. can any one
of you help me with it. i have been sugested vc++ as language please give
your comments and help if you can. Please help me what should i learn to
make this... i am struck like any other b...
|
1 |
16.07.2006 20:21:50 |
|
An event raise twice when click the button.
Hi ,
I created a Command bar with two buttons.Both have a uniqe Tag value each
time the bar is created. When I install this add-in in my developing machine
it's work great. But when I install it in another machine I see that when I
click one of those buttons the mailItem_Close event raises twice and it
cause problems.
I don't understand the reason it raises twice.
Can you help me to...
|
1 |
16.07.2006 11:25:34 |