Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27732 - 27761 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27732
Hi, I am creating a VSTO C# AddIN. Is it possible to use MAPI inside the VSTO AddIn. IF so could you let me know how. Thanks Shailesh...
shailj
Online Now Send Email
Oct 30, 2008
1:00 pm
27733
Hi, I have an outlook form with 5 checkbox and would like the checkbox to populates the "to" field. Ex. If I check chk1 chk4 and chk5 then I would have...
Bourbeau, Martin
bourbm@...
Send Email
Oct 30, 2008
1:01 pm
27734
Extended MAPI isn't supported at all for use in managed code, the memory models are incompatible. And Extended MAPI requires programming in C++ or Delphi only....
Ken Slovak
kenslovak2000
Offline Send Email
Oct 30, 2008
1:21 pm
27735
What do you mean by the box would have to be checked for the reader? Do you mean for the recipient? That would be difficult. For the checkboxes, once you read...
Ken Slovak
kenslovak2000
Offline Send Email
Oct 30, 2008
1:24 pm
27736
Hi I am new to Outlook programming , at the moment I am working on a requirement for importing the new mails coming to the Outlook into a database (Preferably...
sham457329
Offline Send Email
Nov 10, 2008
1:42 pm
27737
Yes reader meant recipient, that part is not a big deal if the box can't remain check once send, but I believe it is possible... The recipient should be added...
Bourbeau, Martin
bourbm@...
Send Email
Nov 10, 2008
1:43 pm
27738
There's some sample event code here for automatic handling of certain items. http://www.outlookcode.com/codedetail.aspx?id=456 ...
Jimmy Pena
d540x
Offline Send Email
Nov 10, 2008
8:48 pm
27739
Shamir, If you are using Outlook with Exchange, you can link directly to the Exchange database and pull all of the information you are looking for. The Inbox...
James LaBorde
jlabordeswfcu
Offline Send Email
Nov 10, 2008
8:52 pm
27740
This is a question about Styles in the WordEditor of Outlook. From Outlook2003 - if you had specified to use Word as your e-mail editor and even in Outlook2007...
Terje Kristiansen
terje252003
Offline Send Email
Nov 17, 2008
7:53 am
27741
We have an Access program that creates multiple Outlook drafts (electronic invoices). How can we send them all at once without opening each one to send it. ...
dvan_49441
Offline Send Email
Nov 26, 2008
3:44 pm
27742
What version of Outlook? How does the Access code create the Outlook items, does it use the Outlook object model? Ken Slovak Slovak Technical Services, Inc. ...
Ken Slovak
kenslovak2000
Offline Send Email
Nov 26, 2008
4:00 pm
27743
... Ken, Outlook 2003. The Access code creates the drafts and they go in the Outlook Drafts folder which is a subfolder under my name. I wrote this code to...
dvan_49441
Offline Send Email
Nov 26, 2008
4:59 pm
27744
Set myDraftsFolder = MyNameSpace.GetDefaultFolder(olFolderDrafts) However, you will run into the Outlook security guard because you are using a restricted...
Ken Slovak
kenslovak2000
Offline Send Email
Nov 26, 2008
5:14 pm
27745
Redemption? I can't make it work without buying something else?...
dvan_49441
Offline Send Email
Nov 26, 2008
7:15 pm
27746
Redemption is free for personal use, it only costs you if you plan on redistributing your code. If that's the case then the cost is a billable expense. Ken...
Ken Slovak
kenslovak2000
Offline Send Email
Nov 26, 2008
7:20 pm
27747
It worked. Thank you Ken. ... are ... to ... dev@yahoogroups.com] ... on ... is ... s=97359714/grpId=1235027/grpspId=1705006764/m...
dvan_49441
Offline Send Email
Nov 26, 2008
7:23 pm
27748
Hi, I am using Outlook Redemption 4.6 (RDO version 4.0). I am generating Emails as follows: RDOMail item = rdoInBox.Items.Add(rdoItemType.olMailItem); ...
prowak
Offline Send Email
Nov 28, 2008
6:01 pm
27749
Hi, When i click new email and select,insert item , the insert item box pop up , how do i customized the item fields show in the item box, cause i want to add...
htw_guy
Offline Send Email
Nov 28, 2008
6:01 pm
27750
That dialog cannot be customized. You would have to create your own dialog from scratch and then get that button to call your dialog and not the built-in...
Ken Slovak
kenslovak2000
Offline Send Email
Nov 29, 2008
5:27 pm
27751
How do you create a new dialog? Can list the steps many thanks....
htwguy
Offline Send Email
Nov 30, 2008
5:32 pm
27752
You use a form of some kind (VBA UserForm, VB 6 Form, .NET Windows Form, etc.) as your design surface and add whatever controls you want. In some cases, for...
Ken Slovak
kenslovak2000
Offline Send Email
Nov 30, 2008
5:48 pm
27753
If anyone can clarify if I've lost my mind, it would be much appreciated. I have a folder where all emails on a certain subject are kept, I scan all through...
Chris
chris.010101
Offline Send Email
Dec 5, 2008
4:51 pm
27754
Importing a Form Region That Is Designed in Outlook We have tried to develop a new Outlook FormRegion build by VisualStudio 2008 - with the use of VSTO 3. The...
terje@...
kristiansen_...
Offline Send Email
Dec 9, 2008
2:12 pm
27755
If we remove or comment out all the buttons in the formregion it seems to work. e.g 'Me.addDependentTask = Me.GetFormRegionControl(Of...
terje@...
kristiansen_...
Offline Send Email
Dec 9, 2008
2:19 pm
27756
Eg. Me.olkTextBox1 = Me.GetFormRegionControl(Of Microsoft.Office.Interop.Outlook.OlkTextBox)("OlkTextBox1") Me.olkLabel1 = Me.GetFormRegionControl(Of...
terje@...
kristiansen_...
Offline Send Email
Dec 9, 2008
2:20 pm
27757
Is the MS Forms PIA installed from the Office CD? See http://forums.microsoft.com/msdn/showpost.aspx?postid=2198298 ...
Ken Slovak
kenslovak2000
Offline Send Email
Dec 9, 2008
2:52 pm
27758
Thanks - I look into it It can also be related to this - (but I believed VS used framework 3.5) http://support.microsoft.com/kb/926997 FIX: Error message when...
terje@...
kristiansen_...
Offline Send Email
Dec 9, 2008
2:58 pm
27759
Hi again The problem seems to be how the controls are initialized From the xx.Designer.vb <System.Diagnostics.DebuggerStepThrough()> Protected Overrides Sub ...
Terje Kristiansen
terje252003
Offline Send Email
Dec 9, 2008
10:23 pm
27760
I hired someone to write a program for my clients which extracts certain information from emails in Outlook. The program is written in VB6; the interface is...
sz.white
Offline Send Email
Dec 10, 2008
2:22 pm
27761
When you say nothing is working if you just add a message box to your Click event handler, what exactly isn't working? Any exceptions? Does the message box...
Ken Slovak
kenslovak2000
Offline Send Email
Dec 10, 2008
2:26 pm
Messages 27732 - 27761 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help