|
Outlook Connector - Sync Issues
I have recently installed the latest Outlook Connector Beta (12.0.4518.1063)
to my Vista powered laptop to use with Outlook 2007. When using the program
no errors are displayed and i'm receiving and sending emails fine.
The problem arises when I log into Windows Live (hotmail) directly via
internet explorer. Any changes i've made through Outlook don't seem to be
reflected at all. The e...
|
1 |
11/10/2008 10:21:01 PM |
|
Outlook has already begun transmitting this message
One of my users has been getting this message.
System.Runtime.InteropServices.COMException (0xBBC40114): Outlook has
already begun transmitting this message.
at Microsoft.Office.Interop.Outlook._MailItem.get_EntryID()
at PeiceOutlookSupportTracker.ThisAddIn.Explorer_SelectionChange()
Code:
private void Explorer_SelectionChange()
{
try
...
|
1 |
11/10/2008 7:54:04 PM |
|
Typing control in new Email letter
i am developing an add-in for outlook 2007 in VS 2005, and i cannot find out
how to get in real-time on what the user writes in a new mail item.
for example: i want my add-in to be able to check every word the user types
when he creates a new mail letter (the content of the letter) in real-time.
Can anyone help?
I am searching for an answer for a long time, and had no luck so far..
Thanks,...
|
2 |
11/10/2008 3:23:02 PM |
|
How to determine if a sent item comes from a shared inbox folder
Hi,
If you got mailboxes shared between people over the network and after
you’ve granted the users send-as, it all works great except the fact
that the messages the users sends from the shared mailbox, ends up in
the users own (default) Sent Items folder. I have just created a tiny
outlook Add-In that moves sent items to a specific folder (shared sent
items folder in my case).
Every tim...
|
4 |
11/10/2008 3:18:07 PM |
|
Custom Add-In for Outlook Mail
Hi
When i right click on a Outlook Mail, along with the other existing
options i need to get one option like "Status" under which two
sub-options like "Approve" and "Reject" should be there.
Upon selecting the Approve or Reject option, i should be able to
automatically update a field in my database as "1" for Approve and "0"
for Reject.
Can anyone help me in this regard.
Thanks in adv...
|
10 |
11/10/2008 2:33:22 PM |
|
User Control in FHP Doesn't Initialize
I am programming Outlook 2003 using Visual Studio 2008.
Add-in uses embedded user control in folder's home page, exactly as it was
recommended. Here is HTML code that is using:
<html><head><style type="text/css">body{overflow: hidden}</style></head>
<body rightmargin = '0' leftmargin ='0' topmargin ='0' bottommargin = '0'
onload='OnBodyLoad()'>
<s...
|
1 |
11/10/2008 10:28:05 AM |
|
Outllok Attachments ( 2007 )
Spent hours and hours locating a solution to the problem. No luck.
The Problem :
You select a mail item and then select one or more of its attachments ( all
in the main explorer window ) . Then you click on an Add-in Menu Option. I
need to get access to a collection of selected attachment belonging to the
selected Mail Item. ...
|
3 |
11/10/2008 6:16:05 AM |
|
MailItem User Properties not updating
Our company has been working on an Outlook AddIn using VSTO which has a
number of issues which we have not been able to resolve yet.
In our .NET addin we have created a couple of custom fields specific to our
application on the Inbox folder. These link to user properties we create on
the mail items. In code when we set the values for these user properties, we
are calling mailItem.Save()...
|
1 |
11/10/2008 4:43:01 AM |
|
outlok:
Where can I get a list of options for opening items in outlook via
outlook:???
Should I then be able to type the address into IE and have Outlook open ?
...
|
6 |
11/8/2008 4:39:31 PM |
|
Remove Mail Item Event Doesn't Fire
I am programming against Outlook 2003 using Visual Studio 2008.
I have noticed that ItemRemove event from
Microsoft.Office.Interop.Outlook.MAPIFolder object never fire for the last
item in the folder. More precise, it never fires if remove operation leaves
folder empty after execution.
Is it normal behavior?
Thanks
...
|
4 |
11/8/2008 5:58:45 AM |
|
Adding an icon to outlook commandbar button
Hi,
I have a COM addin (using C++/ATL) and would like to add an icon to
the button. Can anyone help me with some code on how to do this?
Thanks...
|
2 |
11/6/2008 9:28:43 PM |
|
Lookup add-in
I once installed a free add-in to Outlook 2003 to search across all folders
simultaneously. It has mysteriously disappeared and now I can't find where to
find it again. Can anybody point me in the right direction?
Thanks
Dave B
...
|
2 |
11/6/2008 4:09:01 PM |
|
How to check SendReceive status?
Hi,
I wrote an addin that sometimes needs to press "Send&Receive". Now I
want to avoid pressing this button if sending and receiving is
actually in progress. Is there a property that I can check?
Volker...
|
3 |
11/6/2008 8:51:30 AM |
|
navigating to form region using keyboard
Does anyone know if it is possible to set up accelerators (or similar)
so the user can navigate to an _adjoining_ form region.
If so, how?
Tabbing in the compose form quickly moves the cursor into the message
area, and remains there with further tabs.
For those users who prefer to use the keyboard over the mouse, this
would seem a bit restrictive....
|
2 |
11/5/2008 2:35:16 PM |
|
Folder Pick List
Does any one know of a C++ example of a Folder Pick list, in other words a
dialog with a list of all the folders and a check box next to them that I
can click on to select them ?
...
|
3 |
11/4/2008 6:32:24 PM |
|
show attachment file path as link in message body
hello
I've VSTO addin for Outlook 2007.I need to override the standard
behavior of drag and drop of attachments.
in message compose.Cancel the attachment add operation ,save the
attachment file in temp. folder & show
the file path as a link in message body.
I'm using below code
Private Sub CurrentMailItem_BeforeAttachmentAdd(ByVal Attachment As
Microsoft.Office.Interop.Outlook.Attachment...
|
4 |
11/4/2008 3:06:32 PM |
|
Outlook 2003 Add-in Creation
Hello All,
I truly hope I am in correct area.
Here is my situation; I am a Systems Developer working in a LAMP environment
developing Service Offerings.
I have created a batch file that points to an Internet Facing Service that I
manage created a toolbar and added the hyperlink to the batch file. I need
to know is it possible to put this entire process + batch file into a Com Ad...
|
2 |
11/4/2008 3:04:57 PM |
|
Insert PNG picture programatically on outgoing email (OL2007)
How can I insert a png programmatically on an outgoing email (OL2007) (at
the bottom, embedded, not linked)?
(VSTO C# Outlook Add-in)
...
|
5 |
11/4/2008 2:27:24 PM |
|
Customizing outlook search
Hi,
Is it possible to customize outlook search? Can we insert new fields
into this and actually search a different account?
Let's say I have an archive store and can fetch mails through an
interface. Can I modify the current outlook search and based on user
input search the archive and disallow searching exchange account?
Thanks
Raja...
|
2 |
11/1/2008 5:20:58 PM |
|
Confused by Outlook restrictions on Appointments
I have built a restriction to show all appointments after 30 days in the
past.
When I apply the restriction I also loose a bunch of other items on my
calendar.
Some of these items are single events (not reoccurring) and when I look at
them with Outlook Spy they do have the property of a Start and End data.
Any ideas why these events are getting filtered out by just applying a Start
&...
|
3 |
10/31/2008 12:07:08 AM |
|
outlook shared addin, Load Behavior kept saying "unload"
Hi,
I created a outlook 2007 shared addin and tested locally in both VS 2008
debug and msi installation (release build) and everything seems ok. then I
tried the release build msi installation file on another machine. but after
installation is done, in outlook, it is in "disabled application add-ins"
section and if I go the manage com add-ins, it will say my addin's Load
Behavior is u...
|
2 |
10/30/2008 1:51:20 PM |
|
Image viewer problem
I have a registered version of Outlook Image Viewer from OPE2000.
It has worked well enough until now, but either the installation of
Spambayes or a bit of file cleaning has left it so that it does not
function from the toolbar icon altho' it works well enough from the desktop
shortcut.
I have tried uninstalling/reinstalling both OImage Viewer and Spambayes,
but the result is the same.
I ha...
|
1 |
10/30/2008 11:20:42 AM |
|
IMAP and Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler
Hello,
I have problems with a
Outlook.MAPIFolderEvents_12_BeforeItemMoveEventHandler since I am using a
IMAP account.
The handler isn't trigged in a IMAP store.
Anyone any idea why? or had same problems?
Same code is working well on other storeproviders (PST, Exchange).
thanx,
Koen...
|
2 |
10/30/2008 9:45:01 AM |
|
Undelete MailItem in IMAP Store programmatically
Hello,
Is there a way to 'undelete' a mailitem programmatically in a IMAP store?
greetz,
Koen
...
|
1 |
10/29/2008 10:44:01 PM |
|
Redemption Pickfolder at offline throws an error
Please could someone help me to find a workaround to pick folder ?
After I compile DLL in VB6 for Outlook 2003EN and run it at offline mode,
when user clicks button that fires
ses.Pickfolder
of Redemption Session, the following error displays:
Run-time error '-2147221219 (8004011d)':
Error in MAPISession::OpenMsgStore: 0x8004011D
Error: The information store could not be opened.
C...
|
3 |
10/29/2008 9:21:01 PM |