|
Reminder Event parameter problem
Hi
Im using the Reminder events, Im able to get all the events in the
Reminders. The BeforeReminderShow event has a VARIANT_BOOL parameter, we have
to set this parameter to "true"(VARIANT_TRUE) if we dont want to show the
default reminder dialog. I tried setting this to true but its not working.
Even some other events like NewMail, ItemEvents->OnOpen etc has this
VARIANT_BOOL param...
|
1 |
20.06.2006 10:05:02 |
|
Crash in GetMAPIOBJECT + Outlook 2007
Hi,
I'm using the following code to get the IMAPIProp-Pointer to the
current Outlook mail window. Worked nicely so far. But when I'm testing
it with Outlook 2007 beta, the GetMAPIOBJECT call causes an exception.
If I perform the same steps as the program below does with OutlookSpy
and Outlook 2007 everything works nicely - so what am I doing wrong,
here? I'd be grateful for any ideas...
...
|
17 |
19.06.2006 17:26:09 |
|
Cannot open a video email I created and sent to myself
I have installed the video email add-in for my Outlook 2003 application. It
worked fine in creating the 'clip' which I tested before including in the
e-mail and sending.
I sent it to my own e-mail account to test it. When I double click on the
attachment (videoemail.mht) it opens with my IE7 and shows the picture of the
player but only a 'generic' icon on the screen and no video/audi...
|
2 |
18.06.2006 18:59:01 |
|
O2K7: Don't index store ?
Is it possible to tell Outlook 2007 not to index a particular store by
setting a property on the store object or somthing similar ?
--
Michael Tissington
http://www.oaklodge.com
http://www.sqlview.net
...
|
3 |
17.06.2006 04:58:26 |
|
Redemption emails to draft folder
I have a VB6 pgm that used to generate outlook e-mails correctly prior to
v2002. Now I need Redemption. I can generate the e-mail but it goes to the
drafts folder and not directly to the Outbox. I can copy from Draft to Outbox
but it is not ready to be sent and needs to be individually entered and sent.
I should be able to generate e-mail directly to the Outbox. What am I doing
wrong?
U...
|
8 |
14.06.2006 22:52:08 |
|
Outlook Disclaimer message
I see in the Microsoft Office Marketplace, there is an RSOutlook Disclaimer
Add-in. It is provided by (can be purchased from) rsoutlook.com. Is this
a true Microsoft Add In that is known and supported by Microsoft?...
|
4 |
14.06.2006 16:14:22 |
|
Redemption e-mail going to draft folder
I have a VB6 pgm that used to generate outlook e-mails correctly prior to
v2002. Now I need Redemption. I can generate the e-mail but it goes to the
drafts folder and not directly to the Outbox. I can copy from Draft to Outbox
but it is not ready to be sent and needs to be individually entered and sent.
I should be able to generate e-mail directly to the Outbox. What am I doing
wrong?
U...
|
1 |
14.06.2006 13:15:02 |
|
How to add Contacts to Appointment?
Hello,
I programmatically create an Appoitment item, set its time, subject, etc.
But I don't know how to add Contacts to this appointment.
(I don't mean Recipients - I don't want to sent any mails or invite
anybowy).
In the outlook window, when creating an appointment there is a button (at
the bottom of window), so I can add some contacts (I schedule the
appointment with them).
Ho...
|
2 |
14.06.2006 12:48:42 |
|
Outlook Connector and Frankin Covey
Hello all! I use PlanPlus for Outlook from Franklin Covey and really enjoy
it...however, it is no compatible with the MSN Connector. As a result, I
have to use two sets of folders (Personal and MSN) and manually sync all of
my data between folders manually. Does anyone know if the new version of
Connector is compatible with PlanPlus, or if there is a work-around for this
issue?...
|
1 |
14.06.2006 03:37:01 |
|
What does the "Install" button do?
When I open the Add-In Manager window from Tools\Options\Other\Advanced, it
has a button labeled "Install." Clicking on it presents a file open window
on the ADDINS folder of my Office installation folders, showing the .ecf
files available.
OK, I write the code. Someone else writes the installation script. I have
one environment where the user has to come to this window and use this
"...
|
4 |
13.06.2006 18:32:10 |
|
Fancy Notifier
Hi.
I tried Incredimail the other day and really liked the 3d effects etc-
spiced up the daily in and out of emailing!
However am loathe to give up outlook. Any addin or program to incorporate
some 3d effects or something into outlook?
Thx,
Ajay
...
|
2 |
13.06.2006 08:46:19 |
|
Getting no Events ! - IDispEventSimpleImpl , DispEventAdvise
Hi,
i try building a Outlook Addin with VStudio .net 2003. Its a simple
Button, i want that button to call another Application later with
ShellExecute. Now my Goal is to show it and Pop up a MessageBox.
Compiles fine but the MessageBox dont Pop up ! The Box itself Works, i
get no error on Hresult, i tested the Message in OnConnection ! Any
Ideas ? Someone Told me the third Param of the SINK_...
|
4 |
13.06.2006 07:31:03 |
|
Outlook does not pass keyboard event to an OCX
Hi,
I am developing an OCX that is to be embedded on an Outlook custom
form. I am running into an issue of not being able to receive keyboard
shortcuts events from Outlook such as: Ctrl-A, Ctrl-C Ctrl-V
(cut/paste) etc...
When I run the OCX (VB) outside Outlook, then everything is fine. But
once its embedded into Outlook we don't get these events. Apparently
Outlook does not pass those ...
|
3 |
12.06.2006 22:09:15 |
|
Problem displaying mail items from within a new thread
Hello all,
I'm developing and outlook addin in ATL/C++. Environment is VS2005 &
Outlook2003. I want to display mail items from my addin. If I call to
pMailItem->Display() from within an OnNewMail sink function, it works just
fine. However, if I create a thread and call the above from within that
thread, I get an error code 0xdcd04005 and the following in the debugger
output windo...
|
6 |
12.06.2006 20:48:42 |
|
Re: 'Home Page' in Outlook 2007 Beta 2
As I suspected, this is a change in behavior for security reasons (actually one that I suggested several years ago). Try controlling it at the machine level with this registry value:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Office\12.0\Outlook\Security
DWORD: NonDefaultStoreScript
Values:
0 (or missing) = Folder home pages in non-default stores are disabled.
1 = Folder home pages in ...
|
1 |
09.06.2006 18:29:33 |
|
'Home Page' in Outlook 2007 Beta 2
Hi - I'm trying to set a folder's home page address in Outlook 2007 Beta 2,
but it is disable both through the Outlook object model and in the Outlook UI
..
For data files (e.g. personal folders) that are created by Outlook the
address field is enabled. When I create a new "Outlook Data File", the
options on the "Home Page" tab for the folder are disabled.
This worked fine in Ou...
|
3 |
09.06.2006 12:58:02 |
|
Outlook 2007: Problem with SinkEvents on first explorer
This is a multi-part message in MIME format.
------=_NextPart_000_0011_01C68A71.C3338970
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I'm having trouble sinking events on the initial Outlook explorer with =
the OL 2007 Beta.
I get an exception (access violation) on this queryinterface call in my =
explorer event handler when I try...
|
5 |
09.06.2006 07:46:28 |
|
Outlook plugin and acrobat reader email option
Hi,
I made an outlook plugin to save mails in a database.
The plugin create a new button 'Send and Save', but when I want to send
a pdf file from acrobat by doing file->send email, the outlook window
which is poped up doesn't load any plugin...
'
Any idea omt how acrobat reader open outlook window and why it does'nt
load the plugins is welcome :)
Mat.
...
|
2 |
08.06.2006 22:28:23 |
|
Set MailItem.Sender Property
Hi There,
How can I set the MailItem Sender property of a MalItem being created by my
application. Perhaps using Redemption but how?
Josh
...
|
3 |
08.06.2006 17:30:05 |
|
Outlook Account Management API
Hi,
I'm trying to get some Outlook 11 (included in Office 2003) Account
informations with the Outlook Account Management API. I've downloaded a
sample sourcecode at
http://flygar.members.winisp.net/AccountMgmt/EnumAccounts.zip, And I've
modified it to get all IOlkAccount property, ie PROP_ACCT_ID,
PROP_ACCT_IS_EXCH, PROP_ACCT_NAME, PROP_ACCT_SEND_STAMP, PROP_ACCT_STAMP and
PROP_ACCT_USER_DI...
|
3 |
08.06.2006 14:54:05 |
|
Add in loads (but does not reach OnConnection) and then Outlook shuts down
I have an add-in that another developer recently had to rebuild.
I seem to be unable to launch it in debug.
I am using VS 2003 and Outlook 2003.
I have used fuslog to detect what assemblies are loading and I can see that
the addin itself loads (along with two other supporting dlls). Outlook opens
up, and immediately shuts down again. I do not get any error messages and
there is nothing ...
|
4 |
08.06.2006 13:36:59 |
|
Useing Redemption Object to Read an Inbox
Hi,
I am looking for some help here. I am trying to read email from an
inbox. The emails are bouncebacks. I want to be able to parse the
message body to get email addesses etc.
Problem is it hangs on the first line --> oMsg = CType(oItems.Item(i),
Outlook.MailItem)
after it goes through one loop
Below is the code I am using.
Option Strict On
Imports System.ServiceProcess
Import...
|
10 |
08.06.2006 05:57:59 |
|
Blocking Deletion
Hi,
I would like to block deletion of messages through plug-in.
I could nt find any events for trapping keyboard events..
Can you please help
Leo
...
|
1 |
07.06.2006 05:10:08 |
|
Personal Folders Backup Addin - path
The backup path seems to default to the same location as the .pst file being
backed up.
I prefer to backup to a different location (drive), which means changing the
path everytime the backup window pops up.
Is there any way of permanently changing the default path?...
|
1 |
06.06.2006 18:16:02 |
|
How to setup an email so that the same email is sent every day at
How to setup an email so that the same email is sent every day at a certain
time automatically. I basically need a recurrence of this same email. Is
there a macro, setting within outlook, or third party program that can help
me to do this?...
|
1 |
06.06.2006 16:55:01 |