ThreadLast AuthorMessages
read/total
Date
can you retrieve an email after you have trashed it?
yesenia
1 / 1 28 Aug
...
Please help I want to have an icon into my Outlook Contact for
Sue Mosher [MVP-Outlook]
4 / 4 28 Aug
I would suggest that you try again and take notes on what you see, especially if what you see is different from what I've described. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Wouter WES" wrote: > I think I did what you want me to do but...
Please help me creating drop down into a new to design form in
Sue Mosher [MVP-Outlook]
4 / 4 28 Aug
Did you read the article at http://support.microsoft.com/?kbid=290819? It explains in detail how to add the values intothe Possible Values box if you don't want to use code to fill the rows. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx...
How to hide UserProperties from appointment print out
Sue Mosher [MVP-Outlook]
5 / 5 28 Aug
You can use the string namespace described in the Outlook Developer Reference (also available in VBA Help) article at http://msdn.microsoft.com/en-us/library/bb147567.aspx with either your own custom GUID or the {00020386-0000-0000-C000-000000000046} GUID. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and...
Appointment Customized form creates problem while made it defa
Sue Mosher [MVP-Outlook]
4 / 4 28 Aug
> It is expected behaviour means we can not solve it?? Correct. As for your other issue, one solution might be to design the form with the page hidden and then use code in the Item_Open event handler to display it (Inspector.ShowFormPage) only on new items (Item.Size = 0). -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators,...
How can I setup a rule to find all messages "auto forwarded" to me
Greg L.
1 / 1 28 Aug
I have an employee who has setup a rule to autoforward certain emails to me. I need a way to find them and then move them to a folder so they don't get interspersed with all the other emails from that person. Basically the ones being autoforwarded are just copies of email threads. I don't want to manually have to look at everyone. The phrase, "This message was AutoForwarded" is in...
How to set Word as the Editor for Custom Outlook Forms
Sue Mosher [MVP-Outlook]
2 / 2 28 Aug
In Outlook 2003 or earlier, choose Tools | Options | Mail Format, and set the default message format to Rich Text. Open your form in design mode, and switch to the (Properties) page.Check the box for "Use Microsoft Word as the editor" (or something like that). Publish the form. You can then change the mail format back to the usual default. The modified form, however, will always...
Customized appointment P.2 form problems
masani paresh
1 / 1 28 Aug
Hi, I have customized the outlook form Form->Design Forms->Calender->P.2 and renamed it to "FindConf". I have made this form to default so that whenever I try to send meeting reques this forms appear along with Appointment and Scheduling tab. My customized form is working fine as expected but I have following problem after integrated it with Outlook(by making it default). The...
Programmatically set a textbox control to read-only
Lucy
3 / 3 28 Aug
No but I have now and it works thanks again! "Sue Mosher [MVP-Outlook]" wrote: > Did you try the Locked property? > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook Programming: Jumpstart > for Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > > > "Lucy" wrote: > > > Hi, > > > > I am creating an VSTO...
How do I design a custom Task form and hide Page 1!
GeorgeP
1 / 1 27 Aug
I'm using the task functions in Outlook (2003) to record simple enquiries and assign tasks to different people. I want to create a custom task form. I got as far as creating a page two, but don't know how to get fields like "Due date" to work with drop down calendars etc. I also want to hide Page 1 (the default form) and to save the form so others can use it...
Creating a dynamic temporary folder (Store?)
Dmitry Streblechenko
2 / 2 27 Aug
You will need to wwrite a store provider, this is as Extdended MAPi as it getsm which means no .Net. Why can't you create your own PST store (Namespace.AddStore)? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Brian Graham" <BrianGraham@discussions.microsoft.com> wrote in message...
Selecting a contact from the address book.
Ken Slovak - [MVP - O...
4 / 4 26 Aug
You could use the To button and then read the Recipients collection but unfortunately there are no events to handle when the To button is pressed or when recipients are added to an item. So you'd never know when those things occurred. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders,...
Send an Outlook Task Request with a runnable script when accept is clicked...
Diane Poremsky [MVP]
4 / 4 26 Aug
you need to create a custom tasks form - tools, forms, design this form. -- Diane Poremsky [MVP - Outlook] Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Outlook Tips by email: dailytips-subscribe-request@lists.outlooktips.net EMO - a weekly newsletter about Outlook and Exchange: EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE....
FOR SALE:PIONEER CDJ MK3 1000 $400USD /PIONEER DJM 800 MIXER $500
jase
2 / 2 25 Aug
hello, im intrested in buyin 2 pioneer cdj mk3 cd players and a pioneer djm 800 mixer. by the pricing of this list it shows the set up will cost $1,300 US dollars, is this correct or are there additional costs? i await your reply at fukinsikone@hotmail.com "Lance" wrote: > SMERTEX TELECOMMUNICATION WORLD. > ======================================== > A Registered and Approved...
Re:while printing Out look 2007 shows "LXDAPRP.DLL" error 126
jy
3 / 3 24 Aug
I am also getting the same error. I even went to the ureader.com website. Am I needed to sign up to find the answer? "juanyvillalvaramirez" wrote: > tengo problemas para imprimir que puedo hacer para solucionarlos? > > url:http://www.ureader.com/msg/10802373.aspx >...
Outlook 2003: Choose Form
tomc
2 / 2 22 Aug
Created a form and a macro. Works good. Tom...
Custom form could not be opened
Ken Slovak - [MVP - O...
23 / 23 22 Aug
I have no idea what that code is trying to do or how it relates to free/busy information. To get free/busy information you either call for Recipient.FreeBusy or AddressEntry.GetFreeBusy. So if you add a recipient, then resolve it and then query its F/B information you should get it. Or you can get the AddressEntry objects for all resources you are interested in and then call...
Telephone Fields in Conatct
Ken Slovak - [MVP - O...
4 / 4 22 Aug
No, those names are hard-coded, it can't be done. -- 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 "Jim R" <JimR@discussions.microsoft.com> wrote in message news:6A3799FA-400E-4BED-A419-A2B3CD4A3D70@microsoft.com... > WOW! > >...
Outlook Custom Forms Migration Exchange 2003 to 2007
Sue Mosher [MVP-Outlook]
2 / 2 22 Aug
Forms need to be published in the same place regardless of the version of Exchange -- in the folder for folder applications and in the Organizational Forms library for message forms and other enterprise-wide applications. This means you need to add a Public Folders hierarchy to Exchange 2007if you don't already have one. If you need help with that, consult the microsoft.public....
Filling out a form
Sue Mosher [MVP-Outlook]
4 / 4 21 Aug
Did you read the article I suggested? It explains how both sender and recipient need access to the published form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Carina" wrote: > Thanks Sue, > I've unchecked the box, now when I send it, the...
Interface or plugin to Outlook to spool emails
Dmitry Streblechenko
2 / 2 20 Aug
Start at http://outlookcode.com/article.aspx?ID=36 -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "D_policE" <DpolicE@discussions.microsoft.com> wrote in message news:D53FED42-EB4D-449C-ABA3-AB49A73F60FD@microsoft.com... > Hi Group, > > Is it possible to create an interface or a plugin to the outlook 2007 > where > in...
Read Mail and extract info
karan
1 / 1 20 Aug
i am new to outlook programming. i need to read the emails from outlook (Resumes) , extract the subject, body, attachment and build a windows service application where its kept connected to a db. Please send the code...
how do i create my own text with pop up list in Outlook (tasks)?
Sue Mosher [MVP-Outlook]
2 / 2 19 Aug
It is not possible to customize an Outlook view in that way. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Erin" wrote: > I'm having trouble creating a new column in tasks. Basically what I want to > do is create my own pop up list with...
Can you populate an outlook Form or Template from Access or Wo
GrannyM
4 / 4 19 Aug
Thank you for the recommendation. "Eric Legault [MVP - Outlook]" wrote: > You're welcome! > > Sue's books are the best for those new to Outlook programming (for full > disclosure, I edited her last book). > > -- > Eric Legault [MVP - Outlook] > MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007 > & WSS 3.0 Application Development) > President >...
HELP! Windows Installer Error 1605 - Can't open OutLook with InfoPath
Larry Wright
1 / 1 18 Aug
I am using Office 2007 Standard, with Windows Vista Business. Each time I attempt to open Outlook 2007, I receive a pop-up informing me that InfoPath is not available, due to a missing file in Windows Installer (Error 1605). I cancel out of the pop-up, but Outlook opens in an unstable form ("not Responding"). After a couple of resets of Outlook, it finally opens properly. I...
userproperties do not persist in msg file
Dmitry Streblechenko
10 / 10 18 Aug
When you open an MSG file from the Windows Explorer, Outlook creates a temporary message in the default profile store and copies the MSG file contents to that message. At this point, as the KB article indicates, the custome properties are skipped. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "matvdl"...
How do I convert an Excel template to an Outlook form
Elvis
1 / 1 16 Aug
I have created a spreadsheet template, "Expense Form" in Excel that is tailored for my company. I would like to convert this Excel template to an Outlook form with the same functionality as the spreadsheet and address the form to the correct people. Is there a simple way of doing this? Is there a complicated means of doing this? Thanks!...
Problem when others open the .oft file
Sue Mosher [MVP-Outlook]
2 / 2 16 Aug
Double-clicking won't work with most .oft form templates files. Instead users need to open the template from the Tools | Forms | Choose Form dialog, browsing for User Templates in File System. This means that if the .oft file is sent as a message attachment, the user must save it to the local hard drive first. The article at http://support.microsoft.com/?id=907985 explains this in...
PrepareForm access violation
Dmitry Streblechenko
2 / 2 15 Aug
See my reply in microsoft.public.outlook.program_vba. Please do not multipost. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Denis" <weseral@ukr.net> wrote in message news:%23hwvext$IHA.3396@TK2MSFTNGP03.phx.gbl... > Hello. > > We found that PrepareForm generates access violation in Office 2003 SP3. > It will...
PrepareForm Access Violation
DenisSSSS
1 / 1 15 Aug
Hello. We found that PrepareForm generates access violation in Office 2003 SP3. It will generate access violation if you try to call it from external process. In our case we have to call PrepareForm from uninstallation. It requires to republish custom forms. Everything worked properly till Office 2003 SP3 was released. Please, see code below that generates access violation if you...
Temporary Storage
dread
3 / 3 14 Aug
Thank you Sue. "Sue Mosher [MVP-Outlook]" wrote: > That setting controls the size of the forms cache. Changing it won't prevent > the cache from getting corrupted occasionally. > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook Programming: Jumpstart > for Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > >...
showing dialog box when closing the mail
Dmitry Streblechenko
2 / 2 14 Aug
The following script runs just fine for me with no prompts: set msg = Application.CreateItem(0) msg.Attachments.Add "c:\Temp\test.txt" msg.Display msg.close OlDiscard -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "pop up dialog box" <pop up dialog box@discussions.microsoft.com> wrote in message...
Select specific contacts from GAL to import to Access
jbot557
1 / 1 14 Aug
Hello, all. I linked my company's Global Address List to an Access db. However, the GAL has over 200K entries. So querying this table usually results in freezing Access or timing out. Is there a way to link the the GAL but only pull specific address? For example, give me only the addresses where the state field = "FL". Thnx Jeret...
Searching in customized views of outlook forms in public folde
crsanders
5 / 5 14 Aug
Sue - I have the same desire. What happens is our senior management wants to be able to do a quick search that includes searching custom fields. That would be ideal since it requires so few "clicks" for those less computer savvy. If we use an advanced search they have to have knowledge of which fields "might" contain the info they're looking for and then individually select those...
Advanced Search - Custom/New fields
crsanders
1 / 1 14 Aug
I have developed a custom form for our Outlook 2003 calendar appointments which simply adds a tab for management to document details of the meeting, in a specific format/template they desired. That's working fine. This resides in a public mailbox that they all access to keep all meetings and customer contacts up to date. They would like to be able to search all fields for specific...
Outlook CFG - how to display PR values
JamesH
1 / 1 14 Aug
Using Outlook 2007 but also need to be able to use Outlook 2003. We are looking at using Exchange Mailbox Manager to age out old email. I need to display the date and time fields that Exchange Mailbox Manager uses for message item aging. I can get these values through various VBA code, Message properties, etc... but would like to have them easily displayed for the user and app...
field "date received" mising when exporting to excel file
Dan
1 / 1 14 Aug
Hi, i can export my emails from Post-IN of Outlook 2007 to an excel file, but the field "date received" (or something) is missing. I use menu File, then Import/export etc ... Any way to do that? Thanks Dan...
cannot save an outlook form as *.oft file
Sue Mosher [MVP-Outlook]
2 / 2 13 Aug
In Tools | Options | Mail Format, turn off Word as your email editor before you design the form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Givvie" wrote: > I have created a form but cannot save it as an oft file. > It is only allowing...
Posting a form to a public folder
Sue Mosher [MVP-Outlook]
2 / 2 13 Aug
Did you create a post form? If so, maybe you forget to click the Edit Read page button to create a read layout containing the same fields as your compose layout. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Kelly" wrote: > I am new to...
Repeating text in user-defined field
Sue Mosher [MVP-Outlook]
2 / 2 13 Aug
Outlook is doing exactly what you told it to do -- displaying the same field multiple times. In other words, those are not separate fields, but the same field repeated. If you want separate fields, you'll need to create them. You can use the New button in the Field Chooser, then drag the new fields to the form to add controls bound to those fields. -- Sue Mosher, Outlook MVP...
Determine the source from an item with VB.Script
Sue Mosher [MVP-Outlook]
2 / 2 13 Aug
You should be able to get that information from the item's Parent property, which returns the parent folder. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Oskar Vaia" wrote: > Hy, > > i use Outlook 2003. > Is it possible to determine...
Open form from toolbar button
kim
2 / 2 13 Aug
Sorted - I added "Appointment" in the message class LIKE THE INSTRUCTIONS TOLD ME. doh!!! "kim" wrote: > Hi > Followed advice on MS website and use this code: > To open a custom form with a message class IPM.Appointment.Test that is > published in the Personal Forms Library, or the Organizational Forms Library, > change the code to: > Sub DisplayForm() > Set myFolder =...
outlook calender
ecojazz
1 / 1 13 Aug
Hi, I have modified a form in my calender. In this new form, one of the fields is numeric value and I would like to know if it is possible to create a macro that could give me a total sum of all the values in this field. It would be even better if I could select a date range to see the total value of a certain period. Thanks to all of you for your help....
Outlook calendar and spread sheets.
Blaze
1 / 1 12 Aug
Ok i have created a custom form that uses a spread sheet that i want to be able to use with the events i have paired it up with. I got it so the form appears exactly like i want it to but i cant save anything in it when i hit save and close it goes back to the blank form. any help would be appreciated....
Restarting outlook
Exchnerd
1 / 1 11 Aug
Guys, Is there a way to restart outlook programmatically from with in an add-in? -- Cheers, Raja...
Free Advertising
Gizmo
1 / 1 11 Aug
In an effort to increase traffic to our new news group we now offering FREE UNMODERATED chat and advertising just go to free.uk.retail.poundland.staff.chat...
Selecting and using a custom theme
S. Bond
1 / 1 11 Aug
I created a custom theme in Outlook but it won't register when using the "New Mail Message Using". My custom theme only appears when I select "New Message" and select "Theme" (it shows as Custom at the top), but when I select it nothing happens. Can anyone help me with this? Thanks. -- Susan...
Add Signature Automatically in MS Word -- File Send as Attachment
Carol Creagan
1 / 1 11 Aug
I have a user who wants his signature to insert automatically when he sends a Word Document using Word's -- File Send to -- As Attachment. The user has his signature set to automatically appear on all new email messages as well as any replies or items he forwards. Is there a way to have the other MS applications read the default signature options from Outlook when sending email...
How to extract data from outlook into excel.
VBA_Newbie
1 / 1 11 Aug
Good Day, I am a newbie to VB/VBA so I really do not have a clue. However, my issue is that I need to find a way to extract certain data fields from outlook mail into excel. We process online applications, therefore, I need to extract 27 different fields into excel. From the excel spreadsheet I will then need to make certain documents popup when the yes checkbox is selected and...
How to add more "show as" colors\ options in outlook?
רם
1 / 1 11 Aug
Hello to you all, I'm working in a company that has few sites around the country, All the branches use the same Exchange server. The problem is when you want to schedule a meeting with someone you can't know if he can attend the meeting or not. When you schedule a meeting you can choose "Busy", "Free" or "Out of office" – so if you work in branch "A" you use the "Busy" marking for...
All times are in (US) Eastern Daylight Time (GMT -4:00)