ThreadLast AuthorMessages
read/total
Date
Reminder - Microsoft Responds to the Evolution of Community
nntp@microsoft.com
0 / 1 20 May 2010
Microsoft Office Evolves Community as Part of Office 2010 Launch: As you know, this is a big year for Microsoft as we are launching the latest version of Office. Office 2010 is all about making it easy for you to get and use Office on your terms. Office 2010 lets you work from the office, from home, or at school across the PC, the Phone, and the Browser. You can purchase...
Prevent moving a calendar item (again)
Casper
0 / 1 20 May 2010
Hi, Asked this before and Dmitry says he answered it here, but I can't find his response, sorry for reposting. I've got an addin (form region) which (among other things) have userproperties with dates which are the outer boundaries for the appointment. I can handle in the addin that the user should not set start and end dates beyond these boundaries but the user can still drag the...
Address book to show contacts with no email address or fax numbers
Ronnie Mansoor
0 / 3 18 May 2010
...
Capturing events with IDispEventSimpleImpl
framara
0 / 1 18 May 2010
Hello, I want to creating an addin that captures when a {contact, calendar, task, note} is {created, edited, removed}. I have the following code, to make it shorter I removed all the code but the related to contact, since all types will be the same I guess. AutoSync.h class ATL_NO_VTABLE AutoSync : public wxPanel, public IDispEventSimpleImpl<1, AutoSync,...
How to Cancel a queued addon installation on Outlook2003 Launch
Ken Slovak - [MVP - O...
0 / 2 17 May 2010
It sounds like you need to talk to your admins, only they would know what is being installed and why, and why it's not working. -- 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 "TMack23" <TMack23@discussions.microsoft.com> wrote...
Drag-and-drop to Custom Task Pane
reknik
0 / 3 17 May 2010
Hi , I am facing same issue. were you able to resolve this issue? stevusuk wrote: Drag-and-drop to Custom Task Pane 07-Oct-09 I am trying to implement a Custom Task Pane that will allow me to drag-and- drop an email item in it. At the moment, I am getting no-where - every time I drag over the email item I get the black circle with a line through it cursor and the drag-drop event...
Develop for OL2003 on OL2007 machine using VS2008 and VSTO?
Ken Slovak - [MVP - O...
0 / 2 11 May 2010
No. You will need at minimum a setup with Office 2003 installed. It can be on a virtual machine, but you will need that. -- 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 "Mark B" <none123@none.com> wrote in message...
ActiveExplorer return NULL on new Window user login and running Outlook first...
Shawn
0 / 19 10 May 2010
I can see that if we need to keep some sort of state for the button/menu items. But, we don't have any state that we need to keep track for our buttons. So, for now this will do. kenslovak wrote on Mon, 10 May 2010 14:58 > I don't like using a pure guid for that. I often have to maintain state on > things such as toggle buttons on a per Inspector basis. What I do is > maintain a key...
Not able to load an add-in for outlook 2007 developed in VSTO 2005
Ken Slovak - [MVP - O...
0 / 3 10 May 2010
If you actually are deploying all dependencies and everything is registered correctly you are going to have to do some detective work. See the troubleshooting information at http://blogs.msdn.com/vsod/archive/2008/04/22/Troubleshooting-com-add-in-load-failures.aspx to get you started. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming...
VSTO 2008 how to bind Form Region controls to Item data fields
Casper
0 / 3 10 May 2010
Hi Tom, I believe you can't use the VS designer to get Outlook specific controls. If you want those you still need to design the form in Outlook and import it via the New Form Region command. Regards, Casper "escamoteur" wrote: > Hi, > > nobody there who can help me? > Tom > > "escamoteur" <mail@burkharts.net> schrieb im Newsbeitrag...
Prevent moving a calendar item
Casper
0 / 1 10 May 2010
Hi, Asked this at Outlookcode.com as well but got no answer, now I try here. I've got an addin (form region) which (among other things) have userproperties with dates which are the outer boundaries for the appointment. I can handle in the addin that the user should not set start and end dates beyond these boundaries but the user can still drag the appointment to another date without...
Update - Microsoft Responds to the Evolution of Community
Peter Foldes
0 / 2 09 May 2010
nntp@microsoft.com wrote: <snip> > When will this Happen? > Effective June 1, 2010 this newsgroup will be closed. Now we know -- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged. http://www.microsoft.com/protect <nntp@microsoft.com> wrote in message news:%23y5TeKo7KHA.5476@TK2MSFTNGP06.phx.gbl......
call a help file when click on a button xml ribbon
Ken Slovak - [MVP - O...
0 / 2 05 May 2010
This isn't really an Outlook question, but look up Help.ShowHelp(). That uses the Help class. -- 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 "khoick245" <khoick245@yahoo.com> wrote in message news:khoick245....
Microsoft Responds to the Evolution of Online Communities
nntp@microsoft.com
0 / 1 05 May 2010
Date 5/4/2010 Starting in early summer 2010, Microsoft will begin progressively closing down the Microsoft public newsgroups to enrich conversations in the rapidly-growing forum platform. This decision is in response to worldwide market trends and evolving customer needs. Microsoft continues to invest in forums to reduce customer effort, consolidate community venues and make it easier for...
Software to Capture Contacts and transfer to Sales Force CRM
Dhan
0 / 1 04 May 2010
...
Creating Add-in from VBA
Ken Slovak - [MVP - O...
0 / 2 03 May 2010
You would not be using VBA code, you'd be using VB.NET or C# code. If you are planning on creating a VSTO addin I'd go to www.outlookcode.com for information and links to VSTO information as well as a ton of Outlook coding information and samples. You can also go to the VSTO MSDN forum at http://social.msdn.microsoft.com/forums/en-US/vsto/threads/. There are pinned links there for...
Detecting if attachement is embedded or not
Russ Green
0 / 2 03 May 2010
May have found a simple way.....seems to work at least but will test for a while first Private Function HasNonEmbeddedAttachements() As Boolean Dim retval As Boolean = False Dim oAttachment As Outlook.Attachment If m_olMailItem.Attachments.Count = 0 Then retval = False Else For Each oAttachment In m_olMailItem.Attachments...
how to debug in OL2010?
Beiley
0 / 4 01 May 2010
...
Identify weekend from daily RecurrencePattern
sgrosch1
0 / 3 29 Apr 2010
That's the days selected in the recurrence pattern, not the days that are flagged in the Calendar options for which days the employee works. I found the calendar options up in the registry and can compare that against the mask now. 'Ken Slovak - [MVP - Outlook Wrote: > ;143230']Have you looked at DayOfWeekMask? > > olMonday = 2 > olTuesday = 4 > olWednesday = 8 > olThursday = 16...
Word 2007 add-in ribbon icons greyed out
Ken Slovak - [MVP - O...
0 / 2 29 Apr 2010
You do realize that this is not a Word group, it's an Outlook group? Does your addin run if you don't obfuscate? If so then you are messing things up with your obfuscation. Since no one knows the product you used or the settings that's something you're going to have to check out and possibly post about in an appropriate forum. -- Ken Slovak [MVP - Outlook] http://www.slovaktech....
Outlook 2007 userpermission
Ken Slovak - [MVP - O...
0 / 2 28 Apr 2010
That property is hidden and you can't rely on it. You can use the PropertyAccessor object for that Folder and the DASL property tag "http://schemas.microsoft.com/mapi/proptag/0x0FF40003" to get the PR_ACCESS MAPI property for that folder. You can then take that Long and parse it as a set of flags indicating the permissions. You would use the MAPI header files in the Windows SDK to...
Problem installing the web based Microsoft Agent Communications Pa
Rene
0 / 2 27 Apr 2010
...
Can not move Outlook Mail Item to specific existing named Folder
Mp
0 / 1 26 Apr 2010
Here is a request/suggestion for an enhancement for Outlook so that the Move to Folder (token? pulldown? option?) permits Naming the destination folder? E.g. Move to Folder , click on "BY NAME", which opens a NAME FOLDER box, then I would type INBOX:MYSTUFF:FOLDERA or similar syntax. Sure would save me time with my 1,648 folders!...
outlook add-in, add-in for outlook, outlook contact capture, capture contacts...
Dhan
0 / 1 24 Apr 2010
AddressGrabber Standard is an Outlook add-in that captures names, addresses, email, phone,fax etc. from emails, web pages and documents and adds contacts to your outlook addressbook with a single click http://bit.ly/c2BXrb...
Context menu for new message window
joshmerchant
0 / 8 23 Apr 2010
Tom - curious if you were able to get this working for 2007. Trying to do something similar. "Tom" wrote: > I will give it a try and I will let you know what I find out. > > Thanks Ken!!! > > > > "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message > news:O$GTTrQxKHA.6020@TK2MSFTNGP06.phx.gbl... > > I've never tried, but my guess is that the only way this...
Event trigers only first two times from FromRegion.
Lukasz
0 / 5 23 Apr 2010
You got it again. I added RemoveHandler to the FormRegionClosed event and there's now only one call to my event handler. Thank you very much. Lukasz kenslovak wrote on Fri, 23 April 2010 12:40 > Are you removing the handler where the item that was showing the form region > is no longer current, and adding it back for any new items? When it fires > more than once is it for the same...
Looking for email address under ItemSend event
Dmitry Streblechenko
0 / 7 22 Apr 2010
This is a multi-part message in MIME format. ------=_NextPart_000_0098_01CAE1A6.ACBA1F20 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable No, call Namespace.GetDefaultFolder(olFolderSentMail) (get back = MAPIFolder), read MAPIFolder.Items property and store it in a global = (class) variable. You will need Items.ItemAdd event --=20 Dmitry...
Compiler Error: Does not like Outlook.CommandBarControls.CommandBarControlPtr...
Shawn
0 / 2 21 Apr 2010
Nobody has a clue to help me out? Am I'm leaving something out to help me? Do I have a bad tlh/tli files? Where can I get the latest tlh/tli files to make sure that I have the correct version?. Submitted using http://www.outlookforums.com...
Add signature to MailItem
Michael Bauer [MVP - ...
0 / 4 20 Apr 2010
Read the content of the file, for instance by using the Scripting Runtime library, then write it into the Body property (plain text) or HTMLBody (html email). For each signature there're three files: A *.txt file for a plain text email, and an *.htm file for an html formatted email. -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your...
using TypeOf to determine [OOM] Class
Dmitry Streblechenko
0 / 2 19 Apr 2010
That is as good as it gets... If the items is not one of the sepcial items (such as RDOAppointmentItem), treat it as a generic RDOMail. object. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Mark McGinty" <mmcgintyNG@sSpUaCmKSdeprecatethis.com> wrote in message news:ufZeOJu3KHA.1624@TK2MSFTNGP06.phx.gbl... > I've been...
How can I create a new MailItem inside a user folder?
Ken Slovak - [MVP - O...
0 / 5 19 Apr 2010
What do you mean "set a message as a task"? They are 2 different objects and MessageClass's. If you want to create a task item create one and copy any property values from your email message item to the task that you want (such as Subject or body text, etc.). You cannot use the Outlook object model to create an item that looks sent. You can use Extended MAPI or a 3rd party library,...
Modal form is not properly working on inspector
Ken Slovak - [MVP - O...
0 / 11 19 Apr 2010
I don't know what a ContextMenuStrip is or why the form it's on would appear minimized. -- 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 "nitwalke@gmail.com" <nitwalkegmail.com.49ikco@invalid> wrote in message...
OpenFileDialog won't show 'My Computer'
nitwalke@gmail.com
0 / 1 16 Apr 2010
Hi all, I have created an outlook addin and added toolbar in an inspector on an inspector open even. When user click a button on toolbar ,new windows form open.Attachment ContextMenuStrip added on a form. When user clicks on attachmentMenuStrip, a new OpenFileDialog open to get attachment file. But this dialog won't show My Computer content. My Computer contents look blank. I...
Capture Contacts name,address,phone.email,fromwebpage,email to Outlook add-in
Dhan
0 / 1 16 Apr 2010
AddressGrabber uses its patented contact capture technology to identify contact details such as First Name, Last Name, Company, Address, City , State, Zip, Phone, Fax, e-mail address, web site and transfers them into your contact database, with a single Click!. No more copying and pasting every field of contact information into your database. http://www.egrabber.com/addressgrabberstandard/....
insert text into current position of pointer in mailcompose
Sue Mosher [MVP]
0 / 2 15 Apr 2010
Use Inspector.WordEditor to return a Word.Document object, then use Word methods like Range.InsertAfter to insert the text. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "khoick245" wrote: > > hi all. i built a ribbon xml which has a combobox. i...
Outlook add-in that captures name,address,phone,email to Outlook by contact c...
Dhan
0 / 1 15 Apr 2010
AddressGrabber uses its patented contact capture technology to identify contact details such as First Name, Last Name, Company, Address, City , State, Zip, Phone, Fax, e-mail address, web site and transfers them into your contact database, with a single Click!. No more copying and pasting every field of contact information into your database. http://www.egrabber....
add a designed group into a existing inspector ribbon
Ken Slovak - [MVP - O...
0 / 8 14 Apr 2010
I told you I've never worked with gallery controls, so I have no information or insights in working with them at all. As far as inserting text unless you are using Redemption you more or less would have to get the HTMLBody and cast it as an IHTMLDocument object and then use HTML code to work with the document. At that point it's all HTML coding that would be covered in an HTML group....
OL2007 Add-in won't install on OL2010
Ken Slovak - [MVP - O...
0 / 2 13 Apr 2010
The redistributable PIA package won't be released until after RTM, as that link indicated. However, if the machine has a full installation of Office 2010 on it the PIA for Office 2010 should be there in the GAC. I have a few machines running Office 2010 and they all have the Office, Outlook, etc. PIA's installed in the GAC (version 14). In cases like that you don't need the...
DistList members are not resolved if the contact is not in default folder
cbukeo via OfficeKB.com
0 / 3 12 Apr 2010
Thanks Dmitry, Your suggestion and creating the distlist member with the name (instead of e- mail address) solved the problem! For the benefit of the community fix is: using Outlook = Microsoft.Office.Interop.Outlook; Outlook.Folder olFolder = olParentFolder.Folders.Add("AContactFolder", OlDefaultFolders.olFolderContacts); olFolder.ShowAsOutlookAB = true; Outlook.DistListItem...
Aborting ItemChange if ItemRemove Event Handler will be called nex
Ken Slovak - [MVP - O...
0 / 2 12 Apr 2010
Handle that button click event and set a flag. Check that flag in the ItemChange() and ItemRemove() events to see what actions to take, then clear the flag. -- 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 "pkelley"...
callback a gallery in xml ribbon
khoick245
0 / 1 10 Apr 2010
hi all. i built a gallery on a xml ribbon. in xml file, the gallery has structure: <gallery id="glrSymbolic" getItemLabel="glrSymbolic_getItemLabel"> <item id="id1" label="%LastName%" /> <item id="id2" label="%FirstName%" /> <item id="d3" label="%UserName%" /> <item id="id4" label="%Email%" /> </gallery> in the cs file. i callback event getItemLabel public string...
Custom Properties or Reply
Bridgji via OfficeKB.com
0 / 8 09 Apr 2010
Thanks again for all the help. Jim Ken Slovak - [MVP - Outlook] wrote: >All fields like that will be new and null on opening a new message, whether >a reply or a completely new message. If you want to carry over properties to >replies you must add them yourself. > >> Ken, >> >[quoted text clipped - 8 lines] >> Thanks >> Jim -- Message posted via OfficeKB.com http://www....
VSTO Outlook add-in: Categories not displaying correctly
Ken Slovak - [MVP - O...
0 / 4 09 Apr 2010
I have no explanation for that and I've never seen anything like that happen. Offhand the code looks OK but I have no idea what that helper is doing or if it might cause an exception that might prevent adding a category. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options....
A good program for keeping track of time...ie outlook timecard add on
smokiibear
0 / 1 06 Apr 2010
Is there a good program for keeping time for jobs. I've used the appointment as a means for doing this for years, but this can be quite cumbersome as workflow gets more complicated. Looking for the next best method. I use outlook 2007 and quickbooks 2009. I've currently manually transfer info from outlook to quickbooks, then do billing. Any suggestions. I'm looking at timetrax, but...
Outlook 2007 add in
Ken Slovak - [MVP - O...
0 / 2 06 Apr 2010
You can't do it. -- 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 "annaka" <annaka@discussions.microsoft.com> wrote in message news:E59B4B8F-B52C-4081-9F96-0A32BD203E3B@microsoft.com... > Hi, > > I am trying to add my very own...
2UU0 everybody welcome to tjxzs.com MR73
kioweoin@hotmail.com
0 / 1 06 Apr 2010
...
add group into an existing ribbon
khoi nguyen
0 / 7 04 Apr 2010
hi Tom. i searched by google and i know that you have the same problem to me. i'm writing addin for outlook. i don't know how to add a new group( have some controls ) into an existing ribbon( mailcompose ribbon ). can you send me your code to reference please?? thanks for your help Tom wrote: Adding a button to existing ribbon 24-Feb-09 Hi all, I would like to add a button to a...
OEF4 everybody welcome to tjxzs.com 8B17
byemufyd@hotmail.com
0 / 1 04 Apr 2010
...
I am using Outlook 2010 beta with Outlook Connector and have probl
Henning
0 / 1 02 Apr 2010
After I installed Outlook connector with Outlook 2010 and add my MSN and LIVE accounts, I am having problems retrieving mail. As long as I only use the POP3 account without Outlook connector it works great, but now I have to restart Outlook 2010 up to 10 times before it works. The progress bar on the bottom that shows the progress in retrieving mail does not move and only after...
Add-in problem: Process All Marked Header doesn't display email bodies
Ken Slovak - [MVP - O...
0 / 6 01 Apr 2010
Good. I've found that sometimes casting will have odd effects but testing for Class or MessageClass as you did before casting prevents the problems, as you found. -- 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 "TTT"...
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)