ThreadLast AuthorMessages
read/total
Date
Michael Lalonde
lalonm@nospamaol.com
0 / 1 16 Dec 2007
atewjar The message is a test post. It did not originate from AOL. If it appears in a non-test group, I apologize. I am testing my NNTP setting. mike lalonde michael lalonde sudbury ontario angela legrow tom tunks blaine tessier sharon mulholland duncan tessier carole heinz vicky lalonde darryl lalonde danny lalonde rachel tessier marlene lalonde becky urwin...
Re:HOWTO: Remove parenthesis for phone numbers in Outlook
steve wayne
0 / 1 16 Dec 2007
Outlook 2002 will accept the format 1NNNNNNNNNN (1 followed by nine numbers without hyphens or spaces) Lousy workaround but some may find it acceptable. url:http://www.ureader.com/msg/1102189.aspx...
Unbound Controls
Sue Mosher [MVP-Outlook]
0 / 2 10 Dec 2007
See my response in microsoft.public.outlook.program_forms. Please do not post the same question in multiple groups. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Alexander Mueller" <millerax@hotmail.com> wrote in message...
Execute the Send Action on the Outlook Appointments item/form
Sue Mosher [MVP-Outlook]
0 / 8 08 Dec 2007
I think the direct booking feature, which operates within Outlook, depends on the item being displayed and sent manually by the user. Alternatives are to use Exchange 2007 or, on earlier versions, an autoaccept script, to accept appointments on the server side. Simon posted a bunch of good links for you over at http://www.outlookcode.com/threads.aspx?forumid=2&messageid=21222 -- Sue Mosher,...
Adding a Custom icon to my inbox
Sue Mosher [MVP-Outlook]
0 / 3 06 Dec 2007
It can also be done with a form region manifest, assuming the MessageClass is changed to the custom class: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2199745&SiteID=1&mode=1 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Ken Slovak - [MVP -...
bullets formats problem with outlook
wael
0 / 1 05 Dec 2007
i'm using Win 2003sp2 & Ex2003sp2 , Clients using outlook 2003 or 2007 I only have English language installed on the Exchange server the problem happens with outlook (2003-2007-..,but not with OWA) when i sent a message .It reach the recipient ok . but as soon as I press reply it change bullets formats to question marks or any other strange character if i sent 1- hi every body...
Create tracking number in Subject line
Sue Mosher [MVP-Outlook]
0 / 4 04 Dec 2007
If they're all for internal use and you use an Exchange server, then a custom form would be a possible solution. See http://www.outlookcode.com/article.aspx?id=61 for basics on custom message forms. There are a number of different ways to generate a tracking number; see http://www.outlookcode.com/article.aspx?id=19 for ideas. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...
attachment field/"well" in header
robpaladino@gmail.com
0 / 6 30 Nov 2007
On Oct 4, 3:16 pm, rockhammer <rockham...@discussions.microsoft.com> wrote: > Apologies if this is too elementary... > > It has always been the case for me that when I compose a new email, outlook > shows the file attachments I insert in the header area, or what I think > people in this forum refer to as the attachement "well", as opposed to > "in-line" with the text I type. > > Last...
Outlook 2003: Script to verify if logged user is propretary-user o
Anand.V.V.N
0 / 2 29 Nov 2007
Hello, There is a property named owner for taskitem, may be that is helpful Anand -- "Who will guard the guards?" "vaia_oskar@hotmail.com" wrote: > Hi, > > for a certain user (user "X") i have configured his Exchange-mailbox > in Outlook 2003. In his Outlook i have create the access to another > mailbox of another user (user "Z"). User "X" can only look in the task- >...
michael lalonde
Mike Lalonde
0 / 1 24 Nov 2007
http://www.freewebs.com/wandererartificialstupidity/ http://www.geocities.com/wandererartificialstupidity http://wandererartificialstupidity.tripod.com http://members.aol.com/lalonm/ http://www.wanderers.freewebweb.com/ michael lalonde news michael lalonde sudbury michael lalonde photos michael lalonde sudbury photos michael lalonde sudbury news...
CheckBox enables Textbox
Sue Mosher [MVP-Outlook]
0 / 2 23 Nov 2007
No, this can't be done with a formula. It needs to be done with VBScript code behind the published form, using the CustomPropertyChange event. See http://www.outlookcode.com/article.aspx?ID=38 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "aflamal"...
Make e-mails non-editable
Sue Mosher [MVP-Outlook]
0 / 4 23 Nov 2007
Then you could create a custom form that has a box for typing the comments/response and puts previous text into a non-editable text box. That would stop a truly determined user, but it might be good enough for your needs. Of course, if anyone uses OWA for mail, they wouldn't see the information in the text box. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007...
Custom Outlook Form with Web Browser Control
Sue Mosher [MVP-Outlook]
0 / 9 22 Nov 2007
As I said in the beginning, any form that you want multiple people to use needs to be published to the Organizational Forms library, with the "send form definition with item" box unchecked. Alternatively, publish to every user's Personal Forms library. If these meeting requests are going outside an Exchange server environment, then you also need to have Outlook set not to use iCalendar for...
custom report
Sue Mosher [MVP-Outlook]
0 / 2 21 Nov 2007
See http://www.slipstick.com/addins/calendar_print.asp for links to Word macros that use Outlook data to make more flexible calendar printouts. Those should give you some ideas. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "smk23" <smk23@discussions....
adding custom properties to message
Ken Slovak - [MVP - O...
0 / 2 19 Nov 2007
You can add UserProperties to items. I'd say that if you end up with lots of folders then your bandwidth needs for monitoring lots of folders would impact performance. I'd probably recommend using fewer folders and using categories to group items within those fewer number of folders. Go to www.outlookcode.com for information on Outlook development and lots of code samples. --...
Add attachments to message via VB.NET 2005
Jac Tremblay
0 / 6 13 Nov 2007
Hi again, Sue, I guess I will have to look again through all the different options available. Right now, I'm going to try Redemption and will see what it does. Thanks for the information. It will save me time. -- Jac Tremblay "Sue Mosher [MVP-Outlook]" wrote: > Go with MAPI? Extended MAPI is not supported in managed code. And if you're thinking about MAPI.Session, that's CDO 1....
Importing data Excel - Outlook
Luc Martens
0 / 1 11 Nov 2007
When I export the data form "Agenda" or "Tasks" in Outlook there is no field that contains the 'persons' - with other words there is no 'To' field. Is there a possible solution to automaticaly fill this field ("To"-field) when you import the data from a Excel-file that contains data for this field. Now I have to fill this field record by record manually. Thanks Luc...
Outlook uses wrong account to send messages
Budget Programmer
0 / 1 11 Nov 2007
Hello, I've had two Hotmail accounts (Professional and Personal) for years, and have used them in Outlook Express, and now, with Windows Vista and Office 2007, I use Outlook. They behaved properly for months in this new environment. Then suddenly, in the last week or so, messages that I sent from my Personal account appear as though they were sent from my Professional (default)...
2003 Code throws error in 2007 - CreateObject
Sue Mosher [MVP-Outlook]
0 / 2 07 Nov 2007
Symanctec is one of the client anti-virus programs that is known to cause problems with instantiating Outlook.Application, because at least some versions include an Outlook script blocker. Google will probably turn up what you need to know to disable it. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators...
E_ACCESSDENIED issue at Open attach
Jonathan
0 / 1 05 Nov 2007
Hi all, I am having an access denied issue on the first attachment of my msg file if the PR_ATTACH_NUM is 0. here is my code: if(SUCCEEDED (hResult = m_Message->Interface()->OpenAttach(attachRows->aRow[ctr].lpProps[1].Value.l, NULL, MAPI_BEST_ACCESS, &attach))) { if(SUCCEEDED (hResult = attach->GetProps((LPSPropTagArray)&sptCols, 0, &lCount, &vals))) {...
Consulting Help
Gregory Winters
0 / 3 31 Oct 2007
Thanks, Sue! "Sue Mosher [MVP-Outlook]" wrote: > You can send a message to outlook-dev-hire at yahoogroups.com with details of what you have in mind. Once the moderator approves your message, Outlook developers on the outlook-dev-hire list can respond directly to you if they're interested. > > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook 2007 Programming: >...
form & folder fields to excel - reversed
dzstudios
0 / 2 30 Oct 2007
Yipeeeee! I answered my own question by painstakingly taking stuff apart. For any newbies who may ever have the same question, I've done it like this: Sub MergeData() Dim olApp As Object Dim olNs As Object Dim nms As Outlook.Namespace Dim fld As Outlook.MAPIFolder Dim itm As Object 'call excel application Dim appExcel As Excel.Application...
Log in via Shared Add-in
djalfirevic
0 / 1 29 Oct 2007
Hello! I was wondering, are there any chances that I create new Command Bar button and when user clicks on it, new dialog pops up, asking user to enter user name and password. After user submits this information, Internet Explorer is opened with site, for example, GMail and that Shared Add-in transfers values in user name and password field on that site, and log on user. Command...
Create Appointments in Outlook 2003 using ATL
Samuel.cyprian@gmail.com
0 / 1 29 Oct 2007
Hi, I have successfully created an Outlook add-in project in Visual Studio 2005. I'm programming in ATL. I'm wondering how one could create an appointment? Here's some sample code... STDMETHODIMP CConnect::OnConnection(IDispatch *pApplication, AddInDesignerObjects::ext_ConnectMode /*ConnectMode*/, IDispatch *pAddInInst, SAFEARRAY ** /*custom*/ ) {...
michael lalonde
Mike Lalonde
0 / 1 28 Oct 2007
jaggg http://www.freewebs.com/wandererartificialstupidity/ http://www.geocities.com/wandererartificialstupidity http://wandererartificialstupidity.tripod.com http://members.aol.com/lalonm/ http://www.wanderers.freewebweb.com/ michael lalonde news michael lalonde sudbury michael lalonde photos michael lalonde sudbury photos michael lalonde sudbury news...
Custom Textboxes on new mail message form for Outlook 2007
Sue Mosher [MVP-Outlook]
0 / 4 24 Oct 2007
For that kind of application, you'd need to build an add-in. MSDN has some good examples of working with form region events and controls. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Rudy" <Rudy@discussions.microsoft.com> wrote in message...
Outlook 2003 Appointment Form and Calendar Label
Sue Mosher [MVP-Outlook]
0 / 2 21 Oct 2007
I think that's normal, if unexpected behavior, but I'm not sure which Label drop-down you're referring to. Outlook 2007 does away with the problem by completely overhauling and combining the color label and category features. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode....
Send To: triggered from a combo box selection?
Sue Mosher [MVP-Outlook]
0 / 4 21 Oct 2007
One approach is to use an array to fill a two-column combo box (see http://www.outlook-code.com/article.aspx?ID=32), optionally with the email column hidden. Depending on whether the combo box is bound to an Outlook property, you'd use either its Click event or the CustomPropertyChange event to set the Item.To property. That same web page covers both events. -- Sue Mosher, Outlook MVP...
Help Designing Outlook Forms. Stop the chaos.
ME
0 / 3 21 Oct 2007
Thank you Sue. Those were very helpful tips. Coding the form is now not nearly as bad. Thanks, Matt "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message news:unjsPw%23EIHA.3980@TK2MSFTNGP03.phx.gbl... In a design session, Save is not the correct way to save the form so that you can put it to use. Save As is good for making a backup copy as an .oft file. But for...
Outlook today folder with a Web page
MauricioPV
0 / 1 17 Oct 2007
Hi, I had made a web page which have a windows .net user control embedded in an object tag. This control runs ok in IE and if a browse this in Outlook it also runs ok, BUT if a put this web page like the deafault web page of OutlookToday folder this page loads but not the user control.... It seems like a security problem.... any idea?? thanks a lot, Mauricio....
printing forms
Sue Mosher [MVP-Outlook]
0 / 3 17 Oct 2007
The XPrint tool is supported only in OUtlook 2000 and has serious limitations. See http://www.outlookcode.com/article.aspx?ID=24 for other approaches. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "MrBill" <MrBill@discussions.microsoft.com> wrote in...
HOWTO: Remove parenthesis for phone numbers in Outlook
in (fu) riated
0 / 1 16 Oct 2007
Hello Firstly, this auto formatting of telephone numbers is very annoying. Modern INTERNATIONAL business uses a format similar to +CC NN NN NN NN where CC is the country code and NN is the number. To stop the parenthesis, either type +CCNNNNNNNN with no spaces, or simply remove the + symbol and type CC NN NN NN NN. Ommitting the spaces makes it difficult to read the number in...
"Outlook Today" background
99XJ
0 / 4 10 Oct 2007
I found this... worked great! http://articles.techrepublic.com.com/5100-6346_11-5149522.html http://articles.techrepublic.com.com/5100-6346-5153526.html "Brian Tillman" <tillman1952@yahoo.com> wrote in message news:uZ0hUhmCIHA.4308@TK2MSFTNGP06.phx.gbl... 99XJ <rnwrede@yahoo.com> wrote: > Ok... how does one go about doing that...? http://support.microsoft.com/kb/236081/en-us...
UserProperties
Jeff Moll
0 / 6 06 Oct 2007
As a work around, using the PropertyAccessor will get the custom values... no idea why UserProperties doesn't work though... did you get them working? ie: CComVariant vVar = spContact->PropertyAccessor->GetProperty("http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/My%20Custom%20Property"); "Jeff Moll" wrote: > Hi > > I have a very similar...
Outlook 2007 applying forms
Sue Mosher [MVP-Outlook]
0 / 2 05 Oct 2007
You need to: a) Publish the form. b) Make it the default for the Tasks folder. c) Change the value of the MessageClass property on existing items to point to the class of your published form, e.g. IPM.Task.MyForm See http://www.outlookcode.com/article.aspx?ID=39 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and...
Change standard appointment form
Sue Mosher [MVP-Outlook]
0 / 2 05 Oct 2007
These pages should help: http://www.outlookcode.com/article.aspx?ID=35 http://www.outlookcode.com/article.aspx?id=18 http://www.outlookcode.com/article.aspx?ID=39 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kees van Amerongen"...
outlook stationary
Sue Mosher [MVP-Outlook]
0 / 2 03 Oct 2007
Isn't this the same issue for which you already have a discussion going at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2213661&SiteID=1? It's best to keep going with the same discussion, which already has a lot of background posted. Also, next time you post here, don't forget to include your Outlook version. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007...
Validating Checkboxes
NoviceTemplateDesigner
0 / 3 01 Oct 2007
Oh, this is OutLook 2000. "NoviceTemplateDesigner" wrote: > Hi there, > > I am not a developer but have been asked to develop a outlook template > replacing a paper form. I have done my design, however, I have some > selection checkboxes. > > If one checkbox is ticked, I want to email the form to a particular person. > I have in my validation formula: > > [s1] <> "" >...
Saving Custom Message form changes in Outlook 2007
Rudy
0 / 3 25 Sep 2007
I created the textboxes on the Message tab of the form. Which tab has the Read layout and what should be here? "Sue Mosher [MVP-Outlook]" wrote: > Did you make the changes on both the Compose and Read layouts of the message form? > > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook 2007 Programming: > Jumpstart for Power Users and Administrators >...
Synchronising a Sharepoint 2007 contact list with Outlook 2007
Rudy
0 / 1 18 Sep 2007
I a modified new message form which I have added addtional text boxes such as Name, Phone, Dept, etc. I want to be able to type someones name in the Name field and see if it will pull the other relevant details from a Sharepoint 2007 Contacts list (ie the Phone, Dept values, etc) and display the data in the additional text boxes on my new message form. I know you can go to the...
Outlook AppointmentItems don't seem to calcuate time correctly ???
dtoland
0 / 1 18 Sep 2007
Hi Sue and all. We are in: Time GMT -5 Eastern Standard I am reading the appointments from approximately 48 rooms to display a schedule for meetings that we use room resources for scheduling meetings. In reading the appointments I am getting the recurring appointments, generating the recurring appointments according to the pattern, removing the deleted exception appointments then...
AutoFormattingRules and Filter
Gilles
0 / 7 17 Sep 2007
Yes it still work when i switch folders, close then restart outlook without initialize again the filter. My emails keep the font and the color that I defined in the rule. All work as if I build the rule manually. The only thing which don't work is when I go to "organize" then go to the advanced option of my autoformatting rule, Outlook don't show the filter but the rule work as if...
Problem with HrOpenExchangePrivateStore in XP 64 bit
Afk_kk
0 / 2 11 Sep 2007
Hi, The application is crashing at the call HrMAPIOpenFolderEx in 64 bit OS, while the same code is worknig fine on 32 bit OS... Thanks in Advance, Cheers, "Afk_kk" wrote: > > Hi, > > Iam using mapi code to add a attachment to a form using Extended Mapi. This > code is working fine on 32 bit XP. But same code is causing lots of problems > in 64 bit XP OS. The same...
Can't connect Outlook via VPN
terzak
0 / 1 10 Sep 2007
Up until 2 weeks ago we could login using VPN, start Outlook and it would work fine. Now we login and it opens Outlook, but tries for 5-6 minutes to connect before saying unable to connect working off line. This is happening only on a fine systems not all. Thanks Terry...
question regarding outlook 2003
Sue Mosher [MVP-Outlook]
0 / 2 10 Sep 2007
See http://www.outlookcode.com/article.aspx?ID=52 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Jonathan" <zjonathan2004@gmail.com> wrote in message news:OgA92H48HHA.484@TK2MSFTNGP06.phx.gbl... > Is it true that outlook 2003 blocks anything that...
mapi utils
Jonathan
0 / 1 08 Sep 2007
Hi all, I am developing a snippet for extraction of msg propeties, I am using outlook 2003. Now my problem is the current mapi_utils does not extract the PR_HTML body which I need to show the embedded files in the body and the right format of the body as well. The current mapi_utils are only applicable upto outlook 2000. Please help me Thank you, Jj...
VbScript Error Help!
Laurie
0 / 3 07 Sep 2007
On Sep 7, 6:37 am, "Ken Slovak - [MVP - Outlook]" <kenslo...@mvps.org> wrote: > Are you positive that PosOne isn't 0? > > -- > Ken Slovak > [MVP - Outlook]http://www.slovaktech.com > Author: Professional Programming Outlook 2007 > Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm > > "Laurie" <LaurieLeVan...@cox.net> wrote in message > >...
Can I create an acount type?
Ken Slovak - [MVP - O...
0 / 2 07 Sep 2007
You would need to write a MAPI store provided if I understand your question correctly. That has to be written using Extended MAPI in either C++ or Delphi and is not a task for the faint hearted or those not experienced with Extended MAPI programming. You can google for information about custom MAPI store providers to see what's entailed. -- Ken Slovak [MVP - Outlook] http://www....
Create Form in Outlook 2007 (usable in O2003)
Sue Mosher [MVP-Outlook]
0 / 2 05 Sep 2007
See http://www.outlookcode.com/article.aspx?ID=39, under Substitute Default Form. Don't people send to recipients outside the organization? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Rudy" <Rudy@discussions.microsoft.com> wrote in message...
mail merge from Word
skeddy
0 / 2 03 Sep 2007
On Sep 3, 10:15 pm, skeddy <skedg...@gmail.com> wrote: > I have Word 2002 SP3 and Outlook 2002 SP3. In Outlook I use Word to > compose emails. In the past I have done a mail merge between them > without any problem. All of a sudden it doesn't seem to work right > anymore. > > I set up a document in Word with a separate data source. When it is > ready to be mailed, I click on Merge to...
All times are in (US) Eastern Daylight Time (GMT -4:00)