ThreadLast AuthorMessages
read/total
Date
reply this topic
HOOVERJeannette21
0 / 3 20 Aug 2010
Following my investigation, billions of persons all over the world receive the <a href="http://bestfinance-blog.com/topics/business-loans">business loans</a> at good creditors. So, there's a good possibility to find a college loan in any country. -- ______________________________________ Posted from http://outlook-center.com Outlook forums, articles, tips....
Macros not showing when trying to Customise toolbar
freeman642@gmail.com
0 / 1 13 Aug 2010
When you right click the toolbar select "Customise" then select the "Commands" tab then select "Macros", no macros appear in the right hand window, but when you go to tools and Macros there are all the macros listed?!?!?!? Also when I add a button to the toolbar using code in the application_startup event it doesnt work. On a network of 130 PC's this is only happening on 2 of them so it is...
Programmatic Interface (API) into Microsoft Outlook Calendar
nagamalleswari
0 / 2 09 Aug 2010
Rico wrote: > My goal is to access my Microsoft Outlook Calendar from a C# program. > If you know VB I can work with it. > > I started with: > > http://stackoverflow.com/questions/90899/net-get-all-outlook-calendar-items > > and wrote the following: > --------------------------------------------------- > > Microsoft.Office.Interop.Outlook.Application oApp = null; > Microsoft....
Macro & buttons to reply Dear ..., Regards ...
Ken Slovak
0 / 4 02 Aug 2010
For that I'd use Instr() with a search for a space. Any return value greater than 0 indicates a space was found and where. There may be more than one space, but the first one will be returned. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech....
Macro & buttons to reply Dear ..., Regards ...
Mark
0 / 1 29 Jul 2010
Thanks to members of these board for help in creating this For the sake of anyone else who wants to play with it, the following is what I came up with and it works for me, but no guarantees for anybody else. I have put buttons on my task bar. Actually I have a few: Dear, Reply_all, Hi, Hello, Many thanks. All have differing salutations etc. I've also added shortcut keys to the most...
Press Release Submission Tool for Windows-based Mobile Devices
psp
0 / 1 20 Jul 2010
FOR IMMEDIATE RELEASE Release of PRM - Press Release Monster v. 1.00 Press Release Submission Tool for Windows-based Mobile Devices July 23, 2010 MobileTimes announces the release of its fully automatic Press Release (PR) utility PRM - Press Release Monster for Windows-based Mobile Devices. Blast your company, organization, or your private product/service PR's to over 4000...
Outlook - Prompt if user wants to exit
Steven
0 / 1 19 Jul 2010
I have a user who often closes Outlook by accident after reading an email. I checked the Quit event, but it doesn't have a Cancel option. I noticed, however, that if there is unsaved VBA code in an Outlook project, the user will be prompted to save the code or Cancel. If Cancel is chosen, Outlook doesn't exit. Is there a way fool Outlook into thinking a VBA project is unsaved,...
VBA for Follow Up Flags "Call", "Read", etc.
Ken Slovak - [MVP - O...
0 / 4 28 May 2010
Correct. They mucked about with the colored flags in 2007. -- 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 "OutdoorRuss" <srusskinyon@gmail.com> wrote in message news:0297e16f-3851-416c-8de5-ad711b82bb9f@v37g2000vbv.googlegroups....
Final Reminder - Microsoft Responds to the Evolution of Community
nntp@microsoft.com
0 / 1 28 May 2010
What is Happening? This message is to inform you that Microsoft will soon begin discontinuing newsgroups and transitioning users to Microsoft forums. Why? As you may know, newsgroups have existed for many years now; however, the traffic in the Microsoft newsgroups has been steadily decreasing for the past several years while customers and participants are increasingly finding...
Reminder - Microsoft Responds to the Evolution of Community
nntp@microsoft.com
0 / 1 19 May 2010
What is Happening? This message is to inform you that Microsoft will soon begin discontinuing newsgroups and transitioning users to Microsoft forums. Why? As you may know, newsgroups have existed for many years now; however, the traffic in the Microsoft newsgroups has been steadily decreasing for the past several years while customers and participants are increasingly finding...
Sorting an ItemsCollection
Rolf G. Bercht
0 / 9 15 May 2010
@McKilty: you CAN sort for more than 1 fields using this: sortfields = "[Subject] [Start] [End]" sortedItems.sort sortfields It works for any named attributes for all items within the sortedItems collection which possess the given attributes and for which sorting is allowed (e.g., not for [Categories]) Rolf url:http://www.ureader.com/msg/11031607.aspx...
How to write a macro in Outlook to perform the menu command "Edit/Paste Speci...
Ken Slovak - [MVP - O...
0 / 4 14 May 2010
That's as far as you can get with code. Selections from submenus like that can't be automated unless you use SendKeys, and that's not all that reliable. -- 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 "M Shafaat"...
link mail item to bcm via vba
Ken Slovak - [MVP - O...
0 / 2 12 May 2010
I doubt that there's any BCM expertise here or in most of the Outlook groups. Your best bet is posting in one of the BCM groups and seeing if anyone there has a clue about 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...
Update - Microsoft Responds to the Evolution of Community
0 / 1 08 May 2010
What is Happening? This message is to inform you that Microsoft will soon begin discontinuing newsgroups and transitioning users to Microsoft forums. Why? As you may know, newsgroups have existed for many years now; however, the traffic in the Microsoft newsgroups has been steadily decreasing for the past several years while customers and participants are increasingly finding solutions...
Microsoft Responds to the Evolution of Online Communities
0 / 1 07 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...
Rule to export email to csv with certain subject
gkn
0 / 1 04 May 2010
Is it possible to set up a rule that exports a mail message as it comes in into a csv file? If so, how would I do that?...
VBA code in Outlook 2010 to expand or collapse all groups
ajkessel
0 / 5 04 May 2010
There's still a keyboard combination -- now it's alt-v-e-g or alt-v-e-x. But I'm looking for a single keystroke to do it. A workaround is to use an autohotkey script. "Harold Little" wrote: > Did they remove the Alt-V-X or L keyboard combination for collapse/expand > the appropreaite views ? > > "ajkessel" <ajkessel@gmail.com> wrote in message >...
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...
VBA Macro that Runs nightly to export folder
Michael Bauer [MVP - ...
0 / 4 03 May 2010
See the Application.Version property. -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your categories: SAM - The Sending Account Manager: <http://www.vboffice.net/product.html?lang=en> Am Fri, 30 Apr 2010 08:11:29 -0700 (PDT) schrieb gkn: > Thank you for the reply. How do we know which version of outlook runs > thi? I have Office...
How to update a meeting in a calendar? runtime error -278904827(ef604005): no...
rventuradiaz
0 / 3 26 Apr 2010
On 23 abr, 15:27, "Ken Slovak - [MVP - Outlook]" <kenslo...@mvps.org> wrote: > First of all, never try to get a recurrence pattern for an appointment > before checking the IsRecurring Boolean property to see if it is a recurring > item. If it wasn't then it will become one after you use > GetRecurrencePattern. > > Second, you can't change the entire pattern start and end times, you'd...
How can I effectively create and save UserProperties in Outlook?
rventuradiaz
0 / 3 23 Apr 2010
On 22 abr, 16:01, "Ken Slovak - [MVP - Outlook]" <kenslo...@mvps.org> wrote: > Read the help on user properties and on Find/Restrict. You need to add your > user property to the folder fields if you want to use Find or Restrict with > that property. Set the argument for adding the user property to the folder > fields to True when you create the property. > > -- > Ken Slovak > [MVP -...
Newbie needs help
Ken Slovak - [MVP - O...
0 / 4 20 Apr 2010
Since you posted in 2 groups and got a response also in the other group just post there if that code sample isn't what you need or you have additional questions. -- 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"...
htmlbody disappearing.
alan parker
0 / 1 15 Apr 2010
adding item.body="" seems to keep it.! .Body = "" .HTMLBody = some htmlcode nan wrote: losing mail body content after close event of mailItem 17-Aug-07 Hello, I have a mail item and I tried to add some text to this mail item by the following code OutLookApplication = new ActiveXObject("Outlook.Application"); MailItem = OutLookApplication....
DESEA SALIR DE SUS DEUDAS?!!..SOLO CON SEIS DOLARES, ES CIERTO YO TAMPOCO LO...
Csar Allemandi
0 / 1 11 Apr 2010
...
308U everybody welcome to tjxzs.com P647
abfkhwen@hotmail.com
0 / 1 04 Apr 2010
...
Copy a Search Folder to a *.pst file?
Dmitry Streblechenko
0 / 3 24 Mar 2010
<plug> You can use RDOSearchFolder.SearchCriteria.AsSQL in Redemption to read the search criteria on one search folder and set the same criteria on anothe rsearch folder <plug> -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:%23HGPwG1yKHA....
message with RTF in outbox disables rich text control?
Ken Slovak - [MVP - O...
0 / 6 23 Mar 2010
These groups are peer to peer, they aren't inhabited by MS support people. If you want MS support you can open a case with them, but unless they'd have access to the problem machines or very comprehensive logs they couldn't do anything but take guesses either. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager,...
Mail Reply timestamp
Ken Slovak - [MVP - O...
0 / 2 10 Mar 2010
Please do not multipost. Answered in another group you posted in. -- 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 "Mr. X." <nospam@nospam_please.com> wrote in message news:emOeuEGwKHA.3536@TK2MSFTNGP06.phx.gbl... > hello every...
Programatically mount pst files
Dmitry Streblechenko
0 / 2 08 Mar 2010
Look at the Namespace.AddStore/AddStoreEx/RemoveStore methods. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "T. Ashley" <TAshley@discussions.microsoft.com> wrote in message news:B735D41B-7D06-4076-9891-EAC9BD577039@microsoft.com... >I have a question, I'm searching around looking for a good example or > thoughts someone...
Cannot save updated message in in folder
Black Pete
0 / 7 03 Mar 2010
That is exactly what I tried to do originally, but it would not save the open item. I would see the changes occur in the open item, but the save would not make them permanent in the underlying message. When (in testing) I let the macro run and then afterword I manaully close the open item I am prompted with the "do you want to save the changes" prompt. I don't want the User to get that...
Setting reminder in outlook based on files created / modified in word.excel
Graham Mayor
0 / 7 22 Feb 2010
Incidentally the Excel version would be as follows - and that too requires a reference to Outlook. Sub AddOutlookApptmnt() Dim ol As New Outlook.Application Dim ci As AppointmentItem Dim strDate As String Dim strDocPath As String Dim strDocName As String strDate = DateAdd("m", 1, Date) strDate = DateAdd("d", 15, strDate) With ActiveWorkbook On Error GoTo CancelledByUser...
marvendas@gmail.com Kit completo de Solenoides ( solenoid ) + chicotePara C...
kit solenoites audiso...
0 / 1 19 Feb 2010
...
marvendas@gmail.com Kit completo deSolenóides ( solenoid ) + chicote Para Câm...
kit solenoites audiso...
0 / 1 19 Feb 2010
...
SendUsingAccount
Michael Bauer [MVP - ...
0 / 17 19 Feb 2010
Thanks for the details, Dmitry. -- Best regards Michael Bauer - MVP Outlook Manage and share your categories: <http://www.vboffice.net/product.html?pub=6&lang=en> Am Thu, 18 Feb 2010 14:49:22 -0700 schrieb Dmitry Streblechenko: > On the low level, there are two ways to set a property - INVOKE_PROPERTYPUT > and INVOKE_PROPERTYPUTREF. > Wherever OOM used to have...
Limit Subject Line
Ken Slovak - [MVP - O...
0 / 2 17 Feb 2010
Sure, with a custom email form and form code. Look for forms information at www.outlookcode.com and if you have any questions post them in an Outlook forms 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...
Distribut a signature
Brian Tillman [MVP-Ou...
0 / 2 17 Feb 2010
"smca" <sergiomcandrade@gmail.com> wrote in message news:u7ytHm$rKHA.4652@TK2MSFTNGP02.phx.gbl... >I created an html signature and i would like to use in several clients. > > Is this possible and if yes i can i do it ? Sure. The file will be in %AppData%\Microsoft\Signatures -- Brian Tillman [MVP-Outlook]...
Turn off Outlook spell checking of messages with vba
Graham Mayor
1 / 13 16 Feb 2010
Annoyingly and inexplicably, the original process (that I posted earlier in the thread) worked on my Office 2003 equipped laptop today - regardless of whether I was using Word or Outlook's own editor. The only difference is that the laptop had hibernated overnight. Nothing else had changed :( In the circumstances I will wait to see if there is any user feedback before decideing what...
Using VBA to send Word document as body of message works in 2007, but not in ...
Doug Robbins - Word MVP
0 / 9 16 Feb 2010
Thanks, Sue. I have now determined that it must be something to do with the particular installation of Office. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message...
All day events only show up for first day
M
0 / 17 10 Feb 2010
Thank you. So it was the collection that was the issue, not the way Outlook stores all day events, as I had thought. At least now I know what was causing the event to only show up once. I ran a test and even if the event started before the date range, it will still show up in the collection as long as the event falls within the date range. But the collection will only return the...
run macro when mail received
jason
0 / 3 09 Feb 2010
...
How do I copy a form to other machines
Sue Mosher [MVP]
0 / 2 09 Feb 2010
From the Forms Manager dialog, you can export the published custom form as an .fdm file and use that same file and dialog to import on other machines. See http://www.outlookcode.com/article.aspx?id=27 for other ideas. FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public....
Outlook VBA application_startup code not firing
JP
0 / 4 09 Feb 2010
...
Custom File As
JP
0 / 4 08 Feb 2010
...
I want to write to a text box on a modified form
Sue Mosher [MVP]
0 / 2 08 Feb 2010
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 "Michelle" <mh_londonNOJUNK@hotmail.com> wrote in message news:DF25A087-0CE0-434F-90EA-C0DAB7337FD6@microsoft.com... > Hello, I have a macro that finds all...
Test message - plesae ignore
Michelle
0 / 1 08 Feb 2010
Please ignore this, just setting up...
Reminder for Task Item.
JP
0 / 5 08 Feb 2010
...
Invisible Item Properties on MailItems?
Dmitry Streblechenko
0 / 6 03 Feb 2010
If you are using Outlook 2007 or higher, you can use MailItem.PropertyAccessor to access any MAPI property. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Wolfixx" <wolfixx@gmx.at> wrote in message news:%23aHYSF5mKHA.4628@TK2MSFTNGP06.phx.gbl... > Thanks Sue > > I sorted it out. It seems that there are several custom...
Script to be scheduled as a batch job to send a message
M
0 / 3 01 Feb 2010
Hi Marius: This will get you on the right track and should meet all your requirements: 1.) Check out the sample script at http://gallery.technet.microsoft.com/ScriptCenter/en-us/9c466507-a57a-4bfc-bae2-289441804375. 2.) The script requires CDO (Collaboration Data Objects), which is not installed with Outlook 2007. You can download it from http://www.microsoft.com/downloads/details....
Class Factory Cannot Supply Requested Class
Doug Lowe
0 / 1 26 Jan 2010
Help! I'm getting this error whenever I run any macro. I'm using Office 2003 Small Business and have upgraded it with the latest updates. I have a few dozen macros in a VbaProject.OTM file, which I have deployed to about 50 users simply by copying the OTM file. It is failing only on one user, and it worked for him for about a year before it failed. I have tried re-copying the OTM file,...
imap move deleted email to TRASH in outlook
andre cloete
0 / 12 22 Jan 2010
i got this code http://www.telekawaru.com/outlookimap/ it looks for an event on delete and then move the deleted email to TRASH while the email is hidden in the folder it was deleted. purging happens later. when i compile it in outlook 2003 i get "user defined type not define". i can not figure out what is missing. think there is a reference missing, but do not know which one. i am not a...
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)