ThreadLast AuthorMessages
read/total
Date
MAPI Property 0x10960003
Dmitry Streblechenko
0 / 4 02 Jun
Not me, this time the credit goes to MS for a change. The docs from http://msdn.microsoft.com/en-us/library/cc307725(EXCHG.80).aspx really rock :-) -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Omegachimp" <Omegachimp@discussions.microsoft.com> wrote in message news:5A284D3F-5C14-49B3-A503-176670FAA2D4@microsoft.com......
Catch the “Find Now” corresponding event
Pavel Rosoi
0 / 1 02 Jun
Hi, For Outlook 2003, using VSTO, I want to: 1) Catch the “Find Now” corresponding event, 2) Get the search object (string) 3) Be able to add my own search results into the explorer view (because I’ll do my own search into an external database). Could someone give me an advice about how to accomplish these, please?...
Changes to Subject in MailItem not reflected
Sue Mosher [MVP-Outlook]
0 / 3 02 Jun
Try calling Save first. The changes made in the UI are committed if the user leaves the control or saves the item. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "DavidReck" <DavidReck@discussions.microsoft.com> wrote in message...
Updating Properties on Custom Button from another Custom Buttons onAction Event
david.reck@studentins...
0 / 1 29 May
I added a custom group to the TabNewMailMessage Tab in the Outlook 2007 Ribbon. The xml for the custom group is below. <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="Ribbon_OnLoad"> <ribbon> <tabs> <tab idMso="TabNewMailMessage"> <group id="EncryptionGroup" getVisible="EncryptionGroup_GetVisible"...
Outlook 2007 Beta and vpmsece3.dll
Manish Mestry
0 / 1 29 May
Thanks Toddy, Your solution helped to resolved my issue.. Thanks a ton.....
MailItem Attachment includes other objects
Ken Slovak - [MVP - O...
0 / 2 29 May
I'm not sure what you're getting at here. If you embed an image in an email of course it's an attachment to that email. That it represents an embedded image doesn't make it any less of an attachment. You have to look at each attachment in the Attachments collection to see what they are, using the attachment properties such as Type, DisplayName, FileName, etc. For more detail you can...
How to find Special folders?
Ken Slovak - [MVP - O...
0 / 2 29 May
By special folders do you mean the default folders? For most of them there are properties in the Inbox folder that provide the EntryID's of the default folders as PT_BINARY properties. For example: Calendar PR_IPM_APPOINTMENT_ENTRYID (0x36D00102) Tasks PR_IPM_TASK_ENTRYID (0x36D40102) etc. Some are found by checking for properties in the Store object:...
Create appointment from template
Sue Mosher [MVP-Outlook]
0 / 2 27 May
Call the Close method: myInspector.Close olDiscard You should use Inspector.Activate not Inspectors.NewInspector to process the new item. NewInspector may provide only a weak reference to the item. Why would you want to use a template, given that an unpublished form is not going to handle custom properties or code as a published form would? -- Sue Mosher, Outlook MVP...
New Vew in outlook as addin
Andrei Smolin [Add-in...
0 / 3 27 May
Add-in Express 2008 for Office and .NET uses the same feature of Outlook to show .NET forms instead of HTML pages. BTW, "the same feature" includes the WebViewURL, WebViewOn, and WebViewAllowNavigation properties of the Outlook.MAPIFolder class (in Outlook 2007, you can also refer to Outlook.Folder). Regards from Belarus (GMT+2), Andrei Smolin Add-in Express Team Leader www....
IMAPIForm and Outlook Synchronizing
Tom
0 / 1 27 May
Hello, I have an interesting problem regarding a custom form using IMAPIForm in Outlook 2003. This problem appears to be intermittent but yet it happens and I am not sure where the issue is. The crux if the issue is that while the custom form is open if Outlook is synchronizing or sometimes in the send and receive mode Outlook will lockup for no apparent reason. The custom form...
Item Revome Event
Dmitry Streblechenko
0 / 3 27 May
Manage in what sense? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "af2604" <af2604@yahoo.it> wrote in message news:eCgUBXqvIHA.2208@TK2MSFTNGP04.phx.gbl... > Does anyone have a sample in Visual Basic to manage the Item Temove Event > ? > > Thanks a lot > > Alberto...
Import CSV file into outlook contacts programmatically(not using w
Pochi
0 / 1 26 May
Hi, There are 9000 contacts in the database. I have tried to add one by one manually using ContactItem and finally saving it to the Outlook Contacts. But it is taking 30 Minutes to copy the contacts. To overcome this problem, I am trying to copy contacts first to the CSV file and after that uploading it to the Outlook Contacts. But I dont have idea how to import the CSV file...
Processing incoming emails
Dmitry Streblechenko
0 / 4 21 May
Raise? What for? Do you mean you want to programmatically create a new message and want Outlook to treat it as a new message? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "John" <info@nospam.infovis.co.uk> wrote in message news:ugd3rBsuIHA.5892@TK2MSFTNGP02.phx.gbl... > Thanks. Anyway to raise the alter from within...
Set Application Back colors based on Office Theme
Ponnu
0 / 5 21 May
Thanks Ken. "Ken Slovak - [MVP - Outlook]" wrote: > As far as I know you have to set things control by control. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com > Author: Professional Programming Outlook 2007. > Reminder Manager, Extended Reminders, Attachment Options. > http://www.slovaktech.com/products.htm > > > "Ponnu" <Ponnu@discussions.microsoft.com>...
Exchange - Outlook Unread Message Report
Martin Blackstone
0 / 9 20 May
"Andy David {MVP}" <adavid@pleasekeepinngcheesebucket.com> wrote in message news:p9t634p3bm9blt6uvu6jjlrclrq29bieph@4ax.com... > On Tue, 20 May 2008 01:36:21 -0400, "Lanwench [MVP - Exchange]" > <lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote: > >>Nikki Peterson <SkippyLetterman@hotmail.com> wrote: >>> It's a full moon tonight! >> >>Not that full. Both Martin & Andy...
Processing incoming emails
John
0 / 1 20 May
Hi Outlook 2003 Add-In. How can I check the subject line of each incoming email and if a particular string is found display an outlook alert with a link to the particular email? Thanks Regards...
Can't move items
Ken Slovak - [MVP - O...
0 / 7 20 May
The code looks OK. I'm wondering if a delay would make any difference, i.e: Dim mail As MailItem DoEvents Set mail = Item DoEvents Set tempMail = mail.Move(mSpCurrentFolder) Other than that I'm out of ideas. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options....
Attachments
Ken Slovak - [MVP - O...
0 / 4 20 May
The only real way to tell what's going on is to capture the existing HTML code in HTMLBody before you start your changes and after to see what's going on. Usually if the attachments are embedded images the HTML for them would start like this: <img style="border: 0px" src= Then the reference for the image would be either a URL or a cid reference. A cid reference would indicate an...
Processing items in the outbox
Dmitry Streblechenko
0 / 5 19 May
Sure, cal MailItem.Send again. But it is better, just as Ken suggested, to use Application.ItemSend event. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Richard" <Richard@discussions.microsoft.com> wrote in message news:B0228044-790E-43A3-A845-7ADB232E1743@microsoft.com... > Dmitry, > This is interesing news. Sergey...
make outlook add-in from vba macros?
Mike Wilson
0 / 3 19 May
"Ken Slovak - [MVP - Outlook]" wrote: > A COM addin is definitely the way to go. Look at the COM addin articles at <snip> Thanks for all the info Ken! A peek at the links you provided seem to reveal a lot of good stuff. Your directions was exactly what I needed so I think I'll be able to go a long way with this! Thanks again, and best regards Mike...
MSI for Outlook 2007 AddIn
Ken Slovak - [MVP - O...
0 / 2 19 May
Since this seems to be a specific VSTO installer problem you'd probably be best off posting your question on the managed VSTO forum at http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=16&SiteID=1 -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www....
Adding context menu if user clicks on hyperlink in reading pane or inspector
Ken Slovak - [MVP - O...
0 / 3 19 May
I don't have a clue. I've never worked with that sort of thing in managed code, only in unmanaged code. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm <vidishasharma@gmail.com> wrote in message...
Event fired while opening a selected mail item in Outlook.
Ken Slovak - [MVP - O...
0 / 6 19 May
I told you already to use the first Activate() event for that Inspector to do what you want. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "ASAR" <ASAR@discussions.microsoft.com> wrote in message...
Outlook addin for 'Reply to all' button .
Michael Bauer [MVP - ...
0 / 2 19 May
...
event raised on selecting a mail item in ms outlook
Sue Mosher [MVP-Outlook]
0 / 2 19 May
Take a look at the Explorer.SelectionChange event. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "ASAR" <ASAR@discussions.microsoft.com> wrote in message news:487D5FFE-0A18-44B3-8C3B-6AC7B171499F@microsoft.com... > Is there any code in vb.net for...
replacing MAPI Form
Andre Maas
0 / 3 19 May
No, sorry. If i have a solution i'll posted here. Do you have any solution right now? Regards André Uwe Kurze wrote: > Hi Andre Maas, > > I've got the same problem. > Do you have a solution in the meantime? > > Regards > > Uwe Kurze...
ZoneAlarm
Peter Foldes
0 / 2 17 May
Best thing that you can do is to get rid of Mail Buddy. -- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged. "jay" <jay@discussions.microsoft.com> wrote in message news:C414269C-C390-41A4-88C5-2DCA77BA8ED3@microsoft.com... > I've been using 2007 office for a year. Also no problems with ZoneAlarm. >...
Word "SendMail" crashes Outlook Inspector (2007)
Sue Mosher [MVP-Outlook]
0 / 4 16 May
I have no information beyond whats in that discussion thread. That's why I suggested that you post on that discussion if you want more information. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Dave Taylor" <DaveTaylor@discussions.microsoft.com> wrote...
strange problem while adding button to inspector window
Ken Slovak - [MVP - O...
0 / 7 16 May
If you use Inspector wrapper classes as has been recommended then each wrapper class has an Inspector object that's set when you create the wrapper class instance in NewInspector. You use your constructor code for that wrapper class to set the Inspector object and to add your event handlers. When Activate() fires it fires only in that one wrapper class, therefore the Inspector object...
Reading content of reading pane
Ken Slovak - [MVP - O...
0 / 9 16 May
You'd need to use Win32 API calls. There is nothing in the object model to help at all with what you're trying to do. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm <vidishasharma@gmail.com> wrote in message...
Cannot open outlook
danceout
0 / 1 15 May
I cannot open Outlook, only in default file system which is my desktop. The add-in C:\Program Files\McAfee\Submission Tol\mcstol.dll" could notbe installed or loaded. etc etc Detect and Repair does not resolve it. i have also tried to remove it from the Exchange Server but this has not made any difference. Any ideas?...
Set Default Signature in Outlook 2007
JK
0 / 10 14 May
thank you very much Sue. It worked for me :-) "Sue Mosher [MVP-Outlook]" wrote: > Here's a possible workaround, from LIsting 17.8 in my book. It probably works only if Word 2007 is installed, because it uses Word's Application.EmailOptions.EmailSignature.EmailSignatureEntries collection. Code is for VBA and gets information from the GAL to fill out the details of the signature. The juicy...
Multiple addins - control order that ItemSend is called
Chip Green
0 / 3 13 May
Thanks very much for your insight. Chip "Ken Slovak - [MVP - Outlook]" wrote: > Not possible. The load order and therefore the event chain is > non-deterministic. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com > Author: Professional Programming Outlook 2007. > Reminder Manager, Extended Reminders, Attachment Options. > http://www.slovaktech.com/products....
Context menu
Sue Mosher [MVP-Outlook]
0 / 5 12 May
See if the discussion at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3116672&SiteID=1 helps. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "BC" <BC@discussions.microsoft.com> wrote in message...
Registering events on calendar items on startup
Manish
0 / 4 12 May
Thank you. "Ken Slovak - [MVP - Outlook]" wrote: > In that case registering for events you want for all items in the Selection > collection would be the way to go to handle changes from in-cell editing. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com > Author: Professional Programming Outlook 2007. > Reminder Manager, Extended Reminders, Attachment Options. >...
Response out of MS Outlook dialog box
Ken Slovak - [MVP - O...
0 / 4 12 May
You can cancel Send inside the Send event handler. You can't really do what you want from the Write event, but you can cancel the event, set a flag there to indicate the event was cancelled and then call Save later from a timer event handler or something like that. The flag would tell the Write handler what state the code was in. -- Ken Slovak [MVP - Outlook] http://www....
How to create recurring appointment exceptions? VSTO 2k8
Ken Slovak - [MVP - O...
0 / 6 12 May
No other suggestions, my guess is that Outlook doesn't like your incrementing Occurrences in code. But that's just a guess. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "mikeo" <mikeo@discussions.microsoft.com> wrote in...
CommandBarButton::Enabled
MON205
0 / 6 11 May
Thank you Ken. I'll try doing that. "Ken Slovak - [MVP - Outlook]" wrote: > Well, I've never seen that happen in any of the addin I've worked on. As I > said, I don't do C++ but I've never seen it in any VB6, C# or VB.NET addins. > I'd still think it has to be something in how you're handling the code. > > About the only thing I can think of is to test the scenario on a sample >...
Outlook Meeting Request Bug
Tim Pulley
0 / 15 09 May
Ken, I've sent you an email with the info you requested. Let me know if you don't get it. Thanks, Tim "Ken Slovak - [MVP - Outlook]" wrote: > Thanks. Unfortunately completely releasing the object in Send isn't a real > good solution in many cases. > > For one example, you do some item processing in Send and then have to start > up a timer object to allow closing the...
Publishing Outlook AddIn
JK
0 / 1 08 May
Hi I have a solution which has Outlook Add In Project and a Windows Project. Everything seems to be working fine except Publishing a project. I want to publish the solution with both the projects. And I would like to include some XML files in publish folder. Can someone please help me? Thanks JK...
error message: mcafee add-in could not be installed
Billy Massey
0 / 1 07 May
I've got the same problem now with Outlook 2007. McAfee was uninstalled long before Outlook was installed. I found the Add-in Manager at "Tools, Trust Center, Add-ins" but McAfee or VirusScan is not listed there. Is there a known fix for this in MS Office Outlook v.12? Thanks bdub url:http://www.ureader.com/msg/1079362.aspx...
outlook addin setup
Ken Slovak - [MVP - O...
0 / 6 07 May
Well, if that dll needs registration you will have to find a way to provide the path to a script to register it, or get it to be self-registering, or write code in your application to check for registration of the dll in the registry and if it's not there then call out to a script or shell command to register it, or find some other way. Or you can use to use LoadLibrary and call into...
VB .NET VSTO 2008: AppointmentItem.IsConflict always returns F
mikeo
0 / 3 06 May
Thanks Sue! I thought it might be something that silly :) We are using Exchange, so I'll check into Recipient.FreeBusy and the suggested article. Thanks again, Mike "Sue Mosher [MVP-Outlook]" wrote: > That's not what IsConflict is for. It tells you whether an item is in conflict because the same item has been edited by another user, not whether there is another appointment...
Deploying Outlook Add-in (VSTO runtime)
Ken Slovak - [MVP - O...
0 / 2 05 May
Don't multipost. See the answer for your question in the other group you posted in. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Aakash_p" <Aakashp@discussions.microsoft.com> wrote in message...
vsto vs vs2008
Sue Mosher [MVP-Outlook]
0 / 2 02 May
1) VS2008 adds Click Once deployment plus designers for ribbon, custom task pane, and form region development. 2) I don't think so. 3) No. You would need to develop in an Outlook 203 system. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "John"...
Feedback needed: open-source add-in to send large files from Outlo
jlchereau
0 / 1 02 May
Hello, I am releasing an open-source VSTO add-in to send large files from Outlook 2003 and 2007 using various platforms including Velodoc Enterprise Edition, Velodoc XP Edition, FTP Servers, Microsoft BITS Servers, UNC File Shares and Amazon S3. Considering the multitude of possible configurations including unicode languages, all versions of Windows and Outlook, various types of...
How to find selected day on outlook calendar view during menu popup?
Ken Slovak - [MVP - O...
0 / 4 02 May
No, I misunderstood what you wanted, sorry. The .DisplayedDates property returns a variant array of displayed dates. The only way to get the selected day/times is Sue's method. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm...
VS 2008 conversion wizard displayed for VS 2008 Outlook 2003 add-in on pc wit...
John
0 / 1 01 May
Hi An outlook 2003 add-in solution created in vs 2008 on a pc with outlook 2007 when re-opened in vs 2008 brings up the conversion wizard. Cancelling wizard closes solution and does not allow to proceed. The development machine has Office 2007 installed but as production machines have Outlook 2003 therefore Outlook 2003 project template is selected for this solution. How can I...
Fetching Outlook Categories: ATL / COM add-in
Jeff
0 / 3 01 May
My code, ( in OL 2007 ) which works: Outlook::_NameSpacePtr NS; if(NS = spApp->GetNamespace(L"MAPI")){ _CategoriesPtr spCats = NS->Categories; is essentually the same as yours. ( ignoring the smartpointers ) It's executed in the OnConnection event. "Rod Fitzsimmons Frey" <Rod Fitzsimmons Frey@discussions.microsoft.com> wrote in message...
Conversion wizard comes up on same version project
John
0 / 1 30 Apr
Hi I created an Outlook 2003 Add In project in vs 2008. VS 2008 automatically creates an associated Setup project in the same solution. When I close the solution and open again, the Conversion Wizard comes up and attempts to convert the project to vs 2008 even though the project was created in vs 2008 to start with. What is the problem and how can I fix it? Thanks Regards...
All times are in (US) Eastern Daylight Time (GMT -4:00)