I've looked around through this group's posts but didn't recognize anything as addressing this issue. If anyone can answer my question or point me to the...
Hi,
I got some contacts in a public folder in exchange 2000. I wanted to add some reminder for upcoming birthdays in Outlook 2000 but it doesn't set...
Msg Ref. NS061203_12:00:03 pm Hi I am not sure if this is the right group for my questions Ever since I change my laptop, I was unable to download large files...
The toolbar button would be put on all user machines so that they can attach a processed file to an email. Is this what you mean by an add-in? Right now, I'm ...
presumably that was a typo and it should be: http://www.slovaktech.com/ TIA Steven Teiger http://www.wintra.co.il/ ________________________________ From:...
For that scenario, you really need to think about building an add-in. See http://www.outlookcode.com/d/comaddins.htm -- particuilarly the link to the Items...
Hi all, Is it possible to capture the event that triggers when a user right- clicks a mail item in Outlook's explorer and selects 'Reply', 'Reply All' or...
I need to separate this into two problems: 1) how to get the functionality and 2) how to distribute the solution to other users. Right now, I'd like to get...
Then you need to add the button to Inspector.CommandBars, not Explorer.CommandBars, or to Word's Application.CommandBars if Word is the email editor. Outlook...
Hi, I am having problem to show the web page on the customized outlook form. I have multiple pages on the form. On one of the page, I have WebBrowser object,...
If it opens in different window, it works fine. I just tested. Since I have multiple buttons click event point to the same web page, I would like the web page...
Sounds like the form is refreshing and reseting back to the 'home' page you defined in the control. Unfortunately I don't have recent experience with this...
... You should be able to use the name of your root folder (in single quotes, of course), plus True for the SearchSubfolders parameter. You'll want to filter...
Another approach would be to iterate the entirre store to locate each contacts folder and build the scope string. This code sample, adapted from my forthcoming...
Hi. I work for a company that have more than 500 employees and I must develop an outlook add-in. My question: how would I install them ? Is there an option to...
ApplicationEvents_11 is an Outlook 2003 interface. Are you sure you don't have it the other way around: developed your add-in on a machine with Outlook 2003...
I am using a Sharepoint Infopath form library for handling customer case file data. I have functionality in the infopath form for sending email (using...
Well i am really not sure for the "OTHER WAY" and hence i am here to get that !! I have tried with addin outlook 2003(11 object lib (v. 9.2)) >> works in...
Did you re-create the interop dll under Outlook 2002? Try to remove the reference to Outlook, then re-add it to regenerate the interop dll. As for OutlookSpy,...
yes, now i have done almost all combinations of implementing these things. but not able solve this problem in any way. I have found out that while creating...
Hi, I am a complete newbie with no prior programming experience. Can anyone explain what the following does? Dim objApp As Application Dim objNS As NameSpace ...
Morning to you all Has anyone seen the following issue before and been able to resolves it? Font - Glypha (OpenType font designed for the University) Outlook...
I am quite confused about the various terms. What is the difference between modules, procedures, subroutine and macro. Can 1 be the subset of the other. For...