attachment preview
Tue, 7 Oct 2008 01:37:01 -0700
I am working on an attachment problem. If there are some attachments in
email, then pop up a window before i send it. Then i can check the
attachments list. and preview the text by double click the name of the
attachment.
if I modify the attachment, in fact it modified a temp file. Then i try to
delete th ...
|
Release COM components
Fri, 3 Oct 2008 06:48:01 -0700
Is it really necessary to release COM components from Office PIA, when you
don't need them anymore by invoking Marshal.ReleaseComObject(..)?
I found various and contradictory advices on this topic on the web. In my
opinion, since Office PIA is always returning a new references to its
interfaces as returning ...
|
Unknown Outlook MailItem EntryID
Thu, 2 Oct 2008 05:43:01 -0700
My Outlook add-in handles NewInspector event of the Inspector object, in
order to display a custom form for the mail item.
I can get EntryID of the CurrentItem of the Inspector object which is passed
as a parameter of the event. But, the problem is that the EntryID of the
current mail item is shorter than i ...
|
Registry Entry
Wed, 1 Oct 2008 14:56:36 +0200
We have a VB6 Outlook add-in that works perfectly with XP. However, when we
try to install it on a Vista machine, it puts the registry entry into
HKEY_USERS rather than HKEY_CURRENT_USER. Can anyone help?
...
|
Best Practice UI handling for long-running code
Tue, 30 Sep 2008 09:40:01 -0700
I've got an addin (VSTO 2008 on Outlook2007) that, upon startup, at user
option may make a web service call to get information to populate a bunch of
postItems in a folder. The web service call could take some time. If the
number of rows returned is large, creating the associated postItems could
take some ...
|
Outlook Folder pick tree
Mon, 29 Sep 2008 19:54:56 -0700
I have an MFC Dialog application and I need to present to the user a pick
list similar to the one that appears in Outlook 2007 on the left pane. I'd
like the addation of check boxes.
Any ideas how best to do this please ?
...
|
Still no idea. Try'd another trick...
Mon, 29 Sep 2008 05:40:46 -0700 (PDT)
Hi,
I found a tip that suggested to write a Word AddIn to search for my
custom CommandBar and removing it from the Word interface. I wrote
such an addin, but it removes the buttom from Outlook Inspector, too!
I'm going crazy. How to know if I'm in Word or in Outlook mail-
inspector?
Kukulkan ...
|
|
|
My Outlook button appears in Word!
Mon, 29 Sep 2008 03:00:14 -0700 (PDT)
Hi,
I developed a Outlook COM AddIn using VB6 with Office 2000 to 2003
SP3). The user should be able to click a button that is placed on a
custom temporary CommandBar. I save and restore the position and state
of this CommandBar using .Type, .Left, .Top, .Visible, .RowIndex
and .Width properties. If Outlook i ...
|
TaskRequest Item Showform
Fri, 26 Sep 2008 20:28:01 -0700
I am working on a outlook add-in which can pop up a window by sending email
or task request.
when i work on email sending, it is all right. it pop up a window and users
can check some information. but when i work on task request in the same way,
both the pop up window and task request window flash away in a ...
|
RE: How to tell when Outlook is fully loaded
Thu, 25 Sep 2008 16:10:02 -0700
Stuart,
Why did you create another thread on the same topic?
Dave
"Stuart Parker" wrote:
> Hi,
>
> So when outlook starts up, it loads my addin, and my addin's startup runs.
> In the meantime outlook is loading other addins, and trying to connect to
> exchange, blah blah.
>
> It there any way ...
|