|
how to disable outlook add in manager
Hello,
I was wondering if there was any way to disable the addin manager feature in
outlook.
Tools > options > Other > Advanced Options > Add-In Manager
Basically looking to disable users from removing or adding plugins...I have
looked through the registry for both the HKLM and HKCU and could not find
anything that really jumped out at me. Not sure if i missed it or if t...
|
8 |
6/27/2007 6:13:31 PM |
|
how to check office version and install relative PIA?
Hi Experts,
I am developing an outlook plugin for office 2000,2003,2007. i want to make
a setup file which can check the installed office version and install the
relative PIA, before installing the addin.. how can i do that?
Peace & Kind Regards,
Tanweer
...
|
3 |
6/27/2007 4:48:36 PM |
|
Hot to speed up MailItems access
I get some properties from each MailItem in some folder:
_ItemsPtr spItems = spFolder->Items;
for (int j = 0; j < spItems->Count; j++)
{
_MailItemPtr spMailItem = spItems->Item( j+1 );
if ( !spMailItem )
continue;
// SenderEmailAddress, SenderName, SentOn, Subject and Recipients
properties reading here
}
But this code is very slow. Only 130 messages p...
|
9 |
6/27/2007 4:39:11 PM |
|
Addin not visable in Outlook on other computer
He there,
I am having difficulties with this addin. When i install the addin from
within VS2005 then i can use it in Outlook. Do is install and start the
application outside VS2005 then its not visible at all. And when i goto the
com-addin function in outlook to add it by hand, then it creates an error.
Can someone help me out ?
Kind regards,
Victor Angelier...
|
1 |
6/27/2007 3:50:01 PM |
|
Spell check on custom MailItem form when replying
I am developing an Outlook add-in, which uses a custom form for e-mail
messages. To explain it very simply, the custom form is used every time when
the user composes an e-mail message. (I.e.: The custom form is used for a
new, reply or forward message.)
The problem:
If the setting in Outlook is set to "Ignore original message text in reply
or forward" (and it is working correctly with ...
|
2 |
6/27/2007 1:14:10 PM |
|
How to access message recipients (MAPI)
I use next code (was simplified here) for accessing message recipients, but
it works too slowly:
SizedSPropTagArray( 3, cols ) = { 3, { PR_ENTRYID, PR_SUBJECT,
PR_SENDER_NAME } };
MAPIUtils::QueryAllRows( spTable, (SPropTagArray*)&cols, 0, 0, 0, &pRowSet );
for( UINT i = 0; i < pRowSet->cRows; i++ )
{
// processing recipients
spFolder->OpenEntry( row->lpProps[0].Value...
|
5 |
6/27/2007 8:46:00 AM |
|
Get grouped by mail items
Hi All,
I'm using vsto 2005 c# .net 2.0.
How it possible to get items collection as them appear in view e.g. in
folder MyFolder mail items groupe by From and Size columns, how can i
get this items collection and over on it.
Tnx in advance.
...
|
4 |
6/26/2007 1:07:51 PM |
|
Weird Phone List view problem
Hi there,
I have a strange problem that occurs in Outlook 2003 and 2007, let me
explain.
I have a com addin (adds a right pane to the standard Contacts folder) that
accesses the CurrentView object from the activeexplorer.
I have two phone list views, each one filters the view be category. If I
switch between the views my addin calls the CurrentView object.
Now each time I access ...
|
1 |
6/25/2007 10:34:16 PM |
|
Custom ActiveX Control on Command Bar sizing issue
Hello,
I have designed a custom ATL control as part of a command bar for Outlook
2003. The custom control integrates fantastically with the command bar and
the control displays fine with only one small problem. I want the control to
have a fixed width and height. It seems no matter what I do the command bar
will cause the width to vary when the user resizes outlook. I want the
control...
|
1 |
6/23/2007 6:20:00 PM |
|
Microsoft Office Outlook Connector
I have two Hotmail accounts that I opened nearly a decade ago. Therefore
they still are able to be accessed through Outlook and Outlook Express.
As they still have this functionality, is there any benefit of using this
Microsoft Office Outlook Connector?
Does it add any more features, and does it still keep the emails and
interface free from adverts?
Thanks
ss.
...
|
5 |
6/23/2007 1:06:28 PM |
|
ResolveAll doesn't underline in the mail's "To"
I'm using redemption to assemble a new mail with a list of recipients
from a different source. My code looks like this,,,
oSaveMail.Item = moMailItem
Set oRecipient = oApptItem.Recipients(i)
' ignore resources etc
Set oSaveRecp = oSaveMail.Recipients.AddEx(strRecipient, , , olTo)
oSaveRecp.Resolve False
strRecipient = oRecipient.Address
'set mail "To" and resolve
oSaveMail.To = strReci...
|
7 |
6/23/2007 6:16:12 AM |
|
Remote Access or shared LAN access of Outlook without using Exchange Server ????
Currently I am accessing my desktop computer's installation of Outlook
through Remote Desktop, from my laptop. I can do this while on the same LAN
or remotely, through the internet.
This however is not really ideal, as I run my desktop at QXGA resolution and
my laptop has only a XGA screen. This means that when I get back home, all
the windows on my desktop are all messed up and rea...
|
9 |
6/22/2007 8:11:42 PM |
|
Removing default folders
Hello,
I have created an ATL C++ Outlook Add-in for 2003 and 2007. Within this
plug-in I have created a custom folder (separate PST) much like the personal
folder that hosts a web page. By default calling AddStoreEx from the
namespace the folder is created; but also child folders “inboxâ€, “Deleted
Items†and “Search Folders†are also created. Is there anyway to delete the
...
|
4 |
6/22/2007 6:38:18 PM |
|
Redemption SafeMailItem.SaveAs is slow
I have a licensed copy of Redemption, version 3.4.0.325, which I
distribute with another product. One of the functions of this product
is to save copies of various emails to the user's local drive in .msg
format. However, the SafeMailItem.SaveAs method is very slow.
I build a list of EntryIDs from a MAPI Table for the relevant emails
which I then use to obtain a reference to the MailItem. I...
|
6 |
6/22/2007 4:59:47 PM |
|
Removing Addins in Outlook 2007
Does anyone know how to remove/disable an Addin in Outlook 2007?
In 2003, that was easy through the advanced featers menu, however,
in Outlook 2007, I can't find any place in the interface to just
disable an Addin. Any clues on how to do this?
Thanx in advance....
|
15 |
6/22/2007 4:58:25 PM |
|
OutlookSpy. : 'GetMailBoxTable'
Hi Dimitry/All,
How can check the values for 'GetMailBoxTable' call using Outlook SPY
on exchange/outlook2k3 ?
I am not sure how to do this within OutlookSpy.
Thanks
nik
...
|
2 |
6/21/2007 4:49:58 PM |
|
How to find a mailitem
Given a conversationindex and conversationtopic, how do I find a mailitem? I
have looked at Session.GetDefaultFolder(...).Items.Find but I do not see any
examples of how to construct the search string with these parameters.
Thank you,
Benjamin Strum
ThinkTron Corporation...
|
7 |
6/21/2007 4:48:37 PM |
|
Cancel Send event of an appointment item causes error to be displayed
Hi,
I have an AddIn written in VB that runs in Outlook 2007. I capture the
Send event of an Appointment item and test a local condition. If that
condition is True, I then want to cancel the Send event. I set the
Cancel parameter = True and exit.
This does seem to stop the Send from happening, however I get an error
message ( a yellow box popup over the Outlook icon in the system tray)
t...
|
1 |
6/21/2007 3:48:34 PM |
|
Auto update without closing Outlook?
I have an addin developed using VC++. I am planning to create an agent that
is going to check for updates and do an automatic update of this addin. The
question I have is: can the automatic update be done without closing outlook?
If Outlook is open when the agent tries to update, what can I do? Has anyone
else done it and please share the idea with me?
The main idea is that the update ...
|
2 |
6/21/2007 12:57:29 PM |
|
Best Outlook Add-In development companies?
Hi
Can anyone recommend the best Outlook Add-in development (expert) companies?
We have a complex add-in requirement that we are considering outsourcing
development for.
Thanks
Mark
...
|
6 |
6/21/2007 11:06:49 AM |
|
SOAP
As I can correct the SOAP problem, that sends the complement of Outlook and
Project, when an assigned resource this in but of a project simultaneously
...
|
1 |
6/20/2007 9:27:42 PM |
|
Disable sign and encrypt buttons
Outlook 2007 add-in question...
Got a client who wants to have an email message either signed or
encrypted based on business rules. Idea is to intercept/capture the
"send" button and pop-up a form with a couple of check boxes. The
check boxes have straight-forward descriptions of the kinds of things
that need to be signed and/or encrypted, but abstracts the words
"sign" and "encrypt" int...
|
1 |
6/20/2007 7:18:01 PM |
|
Get all occurrences of recurring appointment
Given a master appointment item, is there a way to use Find or
Restrict methods on the Items collection to get all the occurrences?
I was going to do something like this:
calendaritems.Sort("Start")
calendaritems.IncludeRecurrences = True
calendaritems.Restrict("[EntryID]=123")
But I discovered you can't use EntryID with Restrict. Does anyone
know a way to use filtering or restricting ...
|
2 |
6/19/2007 10:18:21 PM |
|
[C++, ATL] Editing new Outlook message in Word. How can I get ActiveExplorer?
Hello, I'm writing an addin for Outlook. I want to enumerate attached
files in new created or editing message. Default editor is MS Word.
How can I get Outlook's pointer for my purpouses or is there any other
chances?
...
|
2 |
6/19/2007 8:34:51 PM |
|
Add-Ins not working
I have Outlook 2003 and there are NO add-ins appearing, although there were
some in there recently. My Spam program disappeared and when I went to
reinstall, I cannot add it to the add-ins. Any suggestions? This may also be
a problem I have with finding links and other searches - .
Thanks!...
|
1 |
6/19/2007 11:28:00 AM |