ThreadLast AuthorMessages
read/total
Date
Deploying Outlook 2007 Addin using vs2008
Ivica Muruzovic
0 / 5 04 Jul
Thank you for informations I will investigate my problem On Thu, 3 Jul 2008 09:53:00 -0400, "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote: >Startup time has nothing to do with the installer. It's a function of how >long your addin initialization takes plus various overheads for managed >code. > >If your addin is the first managed code application to run in that...
Attachments of saved MSG files
Dmitry Streblechenko
0 / 8 03 Jul
No, I like challenge :-) -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "MON205" <MON205@hotmail.com.NoSpam> wrote in message news:4096C1F1-760B-4E8B-B3ED-022131966427@microsoft.com... > Don't you despair ?!!! > Thanks Dmitry > > "Dmitry Streblechenko" wrote: > >> It is up to tehe provider to expose the PR_ATTACH_SIZE...
Need to suppress Outlook message on msg.Send()
Ken Slovak - [MVP - O...
0 / 2 03 Jul
See http://www.outlookcode.com/article.aspx?id=52 for your various options. -- 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 "Adi" <adityajain_bit@indiatimes.com> wrote in message...
Custom Explorer
Sue Mosher [MVP-Outlook]
0 / 5 01 Jul
As Dmitry said, you can pretty much put whatever you want into an FHP. See http://www.outlookcode.com/news.aspx?id=45 for links to samples using .NET techniques. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Koen Verwimp" wrote: > Hey Sue,...
Adding Custom older List Items
Sue Mosher [MVP-Outlook]
0 / 3 01 Jul
Is there something you want this store to do that you can't do with a .pst file? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jody Morgan" wrote: > I am trying to add my own Folder List to the Outlook Folder list. I want it > to reside...
Outlook connector was working
Albertdude
0 / 1 01 Jul
Until last week(6/23/2008)week, I was able to connect to my primary hotmail account through Outlook 2007 with Outlook Connector. Now I cannot send or receive email with that hotmail account through Outlook 2007 with Outlook Connector. A second hotmail account works fine sending and receiving email through the connector and Outlook 2007. Browser access to the primary email...
Outlook 2007 and vpmsece2.dll
Nathan
0 / 6 30 Jun
What worked for me was to go to Tools. Click on Trust Center and then Add-Ins. Click on Manage (which was in the box below) and scroll in the window to say Exchange Client Extensions. Click on Go and then Uncheck SAVCORP90. This did the trick for me. Hope this helps! Nathan...
How do I prevent a regular user from being able to disable my Outlook Addin
Andrei Smolin [Add-in...
0 / 2 30 Jun
Hello David, You need to register the add-in in HKLM, not HKCU. Regards from Belarus (GMT+2), Andrei Smolin Add-in Express Team Leader www.add-in-express.com "David Wilson" <dave@dmwilson.net> wrote in message news:u0QQKgU2IHA.5728@TK2MSFTNGP06.phx.gbl... >I recently wrote an outlook 2007 addin to enforce email restrictions and >now I want to make sure that a regular user...
SPAM
Milly Staples [MVP - ...
0 / 2 29 Jun
...
AVG Users Outlook stops showing HTML emails
Lance
0 / 1 28 Jun
Attention AVG users. If you upgrade to AVG Free 8 you may have problems displaying HTML formatted inbound email. HTML emails display as plain-text. According to the following post - you have to "Disable certs." I decided to downgrade to AVG Free 7.5 and deal with this later. Just thought I'd pass this on since I found the problem a real pain and difficult to find good info on....
Add-ins to make Outlook.exe process keep running after Outlook
David
0 / 5 26 Jun
Thanks Ken. I posted the question on vsto Forums. -- David "Ken Slovak - [MVP - Outlook]" wrote: > Hmm, I haven't done much with VSTO 3.0 addins but I haven't seen that in my > limited experience with them. I certainly haven't seen that with VSTO 2.5 SE > addins at all. > > Are you running any other addins in Outlook on that machine? Does this > problem occur on other...
get contactitem from addressentry
sd
0 / 4 26 Jun
Thanks Ken & Dimitry!! -sd...
how can i copy excel content to the outlook indirectly through VBA
Michael Bauer [MVP - ...
0 / 2 24 Jun
...
Outlook/Exchange dev positions in Chicago
Interwoven, Inc.
0 / 1 23 Jun
Interwoven, Inc., a leader in the enterprise software solutions is looking for a two senior developers to join its Chicago Outlook/Exchange development team. Interested applicants, please follow this link to post a resume: http://hostedjobs.openhire.com/epostings/jobs/submit....
Change subject of recurrence appointments without breaking serie
Dmitry Streblechenko
0 / 2 23 Jun
Of course, modify the master recurrence. If your code is accessing an instance of a recurring activituy, the Parent property will point to the master AppoitmentItem, but than MAPIFolder. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Mk23" <Mk23@discussions.microsoft.com> wrote in message...
word opening outlook e-mail
Ken Slovak - [MVP - O...
0 / 6 23 Jun
If you save an email that has attachments as an MSG file when it's opened by Outlook the attachments are there. You do lose some information from the MSG format as certain properties are lost and some are changed such as some dates. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders,...
Set AppointmentItem.Sensitivity in Recurrence
Mk23
0 / 1 20 Jun
Hi Is it possible to set the sensitivity for an appointment collection in a recurrence? I tried to do this in my application, without any success. There will be thrown a COMException anytime i try to set the sensitivity on an item. Thanks for any help...
Inspector wrapper and Inspector close not fireing
Ken Slovak - [MVP - O...
0 / 2 20 Jun
That call will fire an exception in later versions of Outlook. Is the Inspector window staying open in the cases where item.Close fires but inspector.Close doesn't fire? -- 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 <marcus....
Outlook Contacts Telephone numbers need resetting
Ken Slovak - [MVP - O...
0 / 4 20 Jun
You could try code that iterates the contacts folder items and reads each of the 17 phone numbers per contact and then strips out all spaces and dashes and writes back the massaged number to that phone field. Then save each item. That should force Outlook to format each number. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007....
BeforeItemMove firing twice
Manish
0 / 1 18 Jun
Im registering for MAPIFolderEvents_12_BeforeItemMoveEventHandler events on Calendar Folder. When an appointment is deleted, or shift-deleted, my handler does get called. However, if I shift-delete an appointment (ie MoveTo folder in the callback is null), and I cancel the event .. ie public void CbkBefMov(object Item, Outlook.MAPIFolder MoveTo, ref bool Cancel) { if...
A runtime error occured during the loading of the COM add-in
Ken Slovak - [MVP - O...
0 / 2 18 Jun
First place to start is to see if the problem machines have the requirements such as the correct Framework and all prerequisites such as the appropriate Office PIA's, Extensibility.dll, stdole.dll, etc. After that if you still need troubleshooting the best approach is probably to enable Fusion logging. Look at the troubleshooting procedures at http://blogs.msdn....
Trying to open the new mailItem inspector form within a custom
Ken Slovak - [MVP - O...
0 / 6 17 Jun
I don't see where that code is creating the appointment item, but what line triggers the dialog box open message? Is the thisApp object valid when you get it? Have you looked at it in debug mode? If worst came to worst you could always just set your Outlook.Application object before calling Show on your form from wherever the form is called. Also, if you have a NameSpace object...
Business Contact Manager
Ken Slovak - [MVP - O...
0 / 2 17 Jun
You'll probably get better and more informed answers in a BCM group. This is an Outlook programming group. -- 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 "Owen" <bbvoffice@bbvinc.com> wrote in message news:u$vSzG%23zIHA....
Unable to cast object of type 'System.__ComObject' to type 'Microsoft.Office....
Dmitry Streblechenko
0 / 2 16 Jun
Why would you create an instance of the Outlook.Aplication object if you can get it drectly from Outlook? Besides being easier, that instance of the Outlook.Aplication object will not be subject to the security prompts. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "John Yovas" <john@ez-data_NOSPAM.com> wrote in message...
change sent timestamp in Outlook
Dmitry Streblechenko
0 / 2 16 Jun
On the low level, you would need to change the value of the PR_CLIENT_SUBMIT_TIME MAPI property using CDO 1.21/ Redemption / Extended MAPI. On the Outlook Object Model level, MailItem.SentOn propety is read-only. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Richard Brice" <richard.brice@vega.co.uk> wrote in message...
thread-index
Dmitry Streblechenko
0 / 2 16 Jun
Thread-Index MIME header is encoded using Base 64 encoding. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Koen Verwimp" <KoenVerwimp@discussions.microsoft.com> wrote in message news:C3A9D00D-3B5D-4024-A9A3-184F38C40B38@microsoft.com... > Hey, > > How can I convert a thread-index (string form in header) to a hexadecimal...
Username & Password
Volomist
0 / 1 16 Jun
Is it possible to have the Username and Password of the logged in user from Outlook 2003, in VB.Net?...
Outlook 2003 - Out Of Office
Volomist
0 / 3 16 Jun
Ok, thanks Ken! "Ken Slovak - [MVP - Outlook]" wrote: > Outlook 2003 doesn't expose what you need to do that with its object model. > You would need to use Redemption or CDO 1.21 or some other API that does > expose that information. > > What you want is a hidden message in the Inbox with a MessageClass of > "IPM.Note.Rules.OofTemplate.Microsoft". > > -- > Ken Slovak > [MVP...
can this be done with an add-in
Michael Bauer [MVP - ...
0 / 2 16 Jun
...
Outlook Add-In Loading Problems
Ken Slovak - [MVP - O...
0 / 6 13 Jun
Misha's blog posts were what I was thinking of. There are comments below the blog posts about how all that he said relates to Outlook 2003. Make sure to read everything and follow it very closely. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech....
Outlook 2003 Synchronizing
Tom
0 / 1 13 Jun
Hello, I posted this in the message group also. I have developed a message store and every thing works fine. But occasionally when Outlook is synchronizing our message store becomes buggy. One example is that if our store is running in an exchange environment and Outlook is downloading an extremely large file requests will stack up in the details window. Once in a rare occasion...
AddIn not loaded - .Net 3.5
Ken Slovak - [MVP - O...
0 / 2 12 Jun
This is an Outlook group, try posting this to a Word group. -- 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 <DeskUser@gmail.com> wrote in message news:31968dae-5525-4419-b7ff-9a688b5ab16b@k30g2000hse.googlegroups.com... >I...
Multiple Outlook Add-in problem
Ken Slovak - [MVP - O...
0 / 2 12 Jun
If you don't set position the control will be added at the end of the toolbar no matter how many other addins add their controls to that toolbar. -- 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 "nf" <Nazfaz@gmail.com> wrote in...
Sending Templates Automatically on a schedule
Sue Mosher [MVP-Outlook]
0 / 2 12 Jun
Please clarify what you're trying to do. A template is only a UI layout; it contains no data. It's hard to imagine a scenario where you'd want to send a template to someone more than once. In the meantime, you might want to look at the code sample at http://www.vboffice.net/sample.html?mnu=2&pub=6&smp=10&cmd=showitem&lang=en, which shows how to use a recurring task to schedule a repeated...
Connector stopped working.
SChiarello
0 / 9 11 Jun
To all - I just had the same problem - Outlook Connector was working perfectly for nine months and then one day I couldn't get it to communicate with hotmail - I got the Sync error message like people above. I tried and tried to fix it (and I'm pretty computer illiterate). I just added the hotmail account again - and it worked - after like six hours of downloading everything to...
outlook cache
Dmitry Streblechenko
0 / 2 11 Jun
I don't think there is anything you can do... -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Koen Verwimp" <KoenVerwimp@discussions.microsoft.com> wrote in message news:8124D154-2207-4CC9-84A4-C049155073E6@microsoft.com... > Hey, > > I have an IMAP-server in Outlook. When I drop a email in my IMAP-server, > the >...
MarkForDownload, RemoteStatus, DownloadState
Koen Verwimp
0 / 1 11 Jun
Hey, Is there a way for redownloading a message (IMAP server). MarkForDownload? RemoteStatus? DownloadState? When i try with MarkForDownload Outlook said: "This item is already downloaded; it cannot be marked for download. You don't have appropriate permission to perform this operation" Thank you, Koen...
Outlook Add-In performance issues?
Michael Bauer [MVP - ...
0 / 2 10 Jun
...
Where is the bug ?
af2604
0 / 5 09 Jun
Dmitry Streblechenko ha scritto: .... You > could hack it, but the entry id format is not documented and is subject to > change in any version. > Thank you very very much... this is simply GREAT...
Detect outlook is running (and not shutting down)
Ken Slovak - [MVP - O...
0 / 2 09 Jun
I don't know of any way to do that. You probably will need to use exception handling for that, possibly with periodic checks to see if the Outlook window is still there. -- 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...
Button to send optional a BCC to myself
Michael Bauer [MVP - ...
0 / 2 08 Jun
Am Sat, 7 Jun 2008 03:56:33 -0400 schrieb Sander: 1) If there's for sure no other BCC recipient, the code looks like this: Public Sub WhatEver() Dim Mail as Outlook.MailItem Dim Ins as Outlook.Inspector Set Ins=Application.ActiveInspector If TypeOf Ins.CurrentItem is Outlook.MaillItem Then Set Mail=Ins.CurrentItem Mail.Bcc="your address" Endif End Sub If...
Project Web Access Add-in
KeithMeister
0 / 1 05 Jun
I have been using this successfully for a while. However, when I try to import new assignments now, it says AN UNEXPECTED ERROR OCCURED. It suggests I reload the COM ADD-IN. I've done this several times without any luck. I'm using Outlook 2003 SP3...
How to block moving of personal folders under Outlook 2007
Sue Mosher [MVP-Outlook]
0 / 4 05 Jun
BeforeFolderMove is an event, not a property. You would need to build an add-in that instantiates the Folder object you want to protect and then subscribe to its BeforeFolderMove event and write code for that event to cancel it if it occurs under conditions where you do not want the move to take place. The details would, of course, depend on what programming language and add-in platform you're...
Send email with MAPI doesn't save mails in sent items
Dmitry Streblechenko
0 / 4 05 Jun
Oh, sorry - I missed the OE part. This is an Outlook group, OE is a totally separate beast. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Giorgio Vanoni" <g.vanoni@synweb.info> wrote in message news:eJ7nAKuxIHA.4772@TK2MSFTNGP03.phx.gbl... > Dmitry Streblechenko ha scritto: >> Did you set the PR_SENTMAIL_ENTRYID...
Icons disapear from a CommanBar
Minor, Thomas
0 / 11 05 Jun
Hello Jialiang, thank you for the help. > I'm writing to check whether the icon->bmp conversion method in my last > reply help you or not. If you need my help to translate those VB code > (http://support.microsoft.com/kb/260850) to VC, please let me know. I got the code but I was interupted by another task. I'll get back on you asap. --Thomas Mior...
Problem with oracle database connection using Oracle Instant Clien
PIYUSH
0 / 1 05 Jun
I am developing an outlook add in programming using Visual Studio C#.net 2003. In my application my requirement is to connect to the Oracle database. In my development machine Oracle database is installed, so here its working fine, but I need to deploy my application to the machine where Oracle has not been installed, so I tried to deploy Oracle instant client to the client machine,...
"Minimise to toolbar"
GRV
0 / 5 05 Jun
Michael I have used Outlook for years and never knew that solution...you can teach an old dog new tricks! :( It isn't exactly what I was looking for, I would have preferred the toolbar like WMP but this is an excellent current solution, thank you very much....
MAPI question about extra info in email and smtp address
Dmitry Streblechenko
0 / 7 03 Jun
The tags look fine to me. Can you ask your user to install OutlookSpy? Or at least save the message as an MSG file and zip it? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Aamir" <a2zbuddy@gmail.com> wrote in message news:42c96fb6-6206-465c-b67e-7234cfc66c38@t12g2000prg.googlegroups.com... > Hi Dmitry, > >...
Store.FilePath problem
af2604
0 / 4 03 Jun
af2604 ha scritto: > Sue Mosher [MVP-Outlook] ha scritto: >> It looks to me like you're making this too hard. Your code gets the >> IDs from the current folder, then gets the same current folder again >> using GetFolderFromID. Why not cut out the extra steps and just use: >> >> pippo = CurExplorer.CurrentFolder.Items >> I've never heard of or seen a blank StoreID for any store....
Preview Window not displaying
Tom
0 / 5 03 Jun
Hi Sue, To clarify the issue, we have a custom message store which has a custom message class (IPM.Note.CustomMessage for example). We have a CFG file the brings up our custom form server to handle the open/reply message form which works without any issue. The problem is that the preview window does not display. Obviously there is either a MAPI property that we are not supporting...
All times are in (US) Eastern Daylight Time (GMT -4:00)