ThreadLast AuthorMessages
read/total
Date
Women's ballet flats
Alexa Rim
0 / 1 22 May
Women's ballet flats are looking so nice and simple. Ballet flat shoes are tremendously comfortable, as comfy as bare feet. http://www.aflat.co...
Auto populate subject field in outlook
Michael Bednarek
0 / 2 11 May
On Thu, 10 May 2012 11:03:51 +0100, Tallon wrote in microsoft.public.outlook.program_vba: >I have an exchange mailbox here and I want to poulate the subject field >with some text every time someone clicks 'New Mail' > >Is this possible? > >If so, how do I do it? > >Google results are not very informative Apparently, you have to use the NewInspector event and then inspect MailItem....
Ribbbon Customization
Jan T.
0 / 1 20 Apr
How can I edit the xml-file for the Ribbon in Outlook? With the new Excel format in Office 2007 and 2010, it is easy to access the xml file for the Ribbon. That is because the Excel file consist of several files, zipped together. If you unzip the files, you can edit the xml file, even with notepad. I do not have Visual Studio, so how can I retreive the xml-file for the Ribbons in...
Outlook rule to "run a script" on shared mailbox
Michael Bednarek
0 / 2 16 Apr
On Mon, 16 Apr 2012 22:52:01 +0100, Chris Bode wrote in microsoft.public.outlook.program_vba: >I have a need to execute some SQL Stored Procedures based on the >contents of email messages being delivered to a shared mailbox. I've >written code and attached it to "ThisOutlookSession" and it works like a >charm. The issue I'm running into is in creating a rule to run this code >when...
How can I convert this string "Yadda Yadda Yadda! Yadda Yadda Yadda(123456789...
Max
0 / 1 16 Apr
How can I convert this string "Yadda Yadda Yadda! Yadda Yadda Yadda (123456789)" to "123456789"?...
Cannot access most of property of MailItem object on Windows Server 2008 64 bit
Tony
0 / 1 10 Apr
Hi, I wrote a Windows Services to access Outlook (version 2010) folder programmatically and save email in SQL database. The service reads each email in Outlook Inbox folder and get details of the emails. The service works fine with .NET Framework 2.0 on Windows Server 2003 with Outlook 2010 installed. After I upgraded the service to .NET Framework 4.0 on Windows Server 2008 (64...
VBA for Move Items dialog?
marshal_hubs
0 / 3 19 Mar
Doug B;360086 Wrote: > Prior to my computer crash, I had two 'profiles' in Outlook 2007, which > seemed logical, but was actually somewhat of a pain. Using one profile > for friend/general emails, and another for soccer/swim emails for the > kids' teams. > > After the crash, I decided it's easier to combine them, and I was right, > so much easier having it send/receive 6 email addresses...
Outlook Signature
Tessmarin
0 / 1 13 Mar
So my administrators at the office just installed some program that overrides the signature blocks for all the users for consistency. Unfortunately my group uses a shared inbox. When the inbox is used to send or reply from it does not default to the actual user and thus unless you manually change the From field or cut/paste a signature in to each email and remember to do this every...
Moving emails to another email account
kellyhell
0 / 1 13 Mar
I currently log onto Outlook using my personal account. I also have access to a shared mailbox which is showing in my folder list. I have the following code which I cannot get to work. The bit I'm trying to sort out is the: 3. To move the item: ' NOTE: You need to first define olDestFolder where would I define the olDestFolder? TIA Sub ProcessFolder(CurrentFolder As...
Get Contact from a Global Address list?
Jan T
0 / 1 28 Feb
Using Outlook 2007 I want to be able to get the Name of a Contact in our Global Address book in Outlook Exchange (don't know Exchange server version), optional from Excel, using vba automation, or just directly from Outlook (thisOLsession). As argument, I want to use Contact.Nickname property and have the function return the Full Name from the Global Address book. Any help would be...
Re: Unable to add "X-Header" to a mail that is being sent...
D Fabian
0 / 1 24 Feb
I do not have both Outlook and Exchange on the same machine and I too am getting this same error. I am running outlook 2003. > On Friday, May 11, 2007 10:16 AM gop wrote: > Environment: > -Outlook 2002(XP) > -Added references to "Microsoft Outlook 10.0 Object Library" & "Microsoft > CDO 1.21 Library" > > I have written a VB project using MS Visual Basic 6.0. My intention is to...
VBA to find path of User created folder
The Writings
0 / 5 18 Feb
...
How to convert email to task on an OPENED EMAIL, pls?
Michael Bednarek
1 / 3 13 Feb
On Tue, 7 Feb 2012 09:45:32 -0800 (PST), StargateFan wrote in microsoft.public.outlook.program_vba: >Does anyone know how to convert the macro here to work while the email >message is OPEN? Currently, it only works on closed, selected email >messages only. Instead of For i = 1 To cntSelection Set olItem = olExp.Selection.Item(i) try using Application.ActiveInspector....
How to change this code to export to an existing database
DawnTreader
0 / 1 06 Feb
Hello All I have a system already set up to import emails fields from outlook to access and it actually works really well. but it is reliant upon access pulling the information and i need to be the one to do it. i would like to turn it around. i would like to have a little outlook addin that i can give to a few people that need it to allow them to hit the button and it would export the...
PR_CLIENT_SUBMIT_TIME different for item in Sent Items vs the sent message
Michael
1 / 1 02 Feb
I'm seeing different PR_CLIENT_SUBMIT_TIME values when I'm not expecting it. Our software depends on these times being the same, at least down to the second. Here's an example: If I send myself an email message and compare the PR_CLIENT_SUBMIT_TIME from the message in my Sent Items folder to the message in my Inbox, they are different. When my company had a simpler Exchange 2007...
change font format in mail body using vba
Michael Bednarek
0 / 2 01 Feb
On Tue, 31 Jan 2012 09:35:48 +0000, c_nixon wrote in microsoft.public.outlook.program_vba: >i have the following code that opens a new mail and adds "UNCLASSIFIED" >to the start of the subject and body. What i need is some code that will >format the the body instance of the word to be bold and larger than the >rest of the text that will appear in the body (organisational rules). > >Sub...
help with Outlook macro
Michael Bednarek
0 / 2 21 Jan
On Thu, 19 Jan 2012 08:28:52 -0800 (PST), CAN wrote in microsoft.public.outlook.program_vba: >Hello everyone, I am new to the group and just baby stepping my way >into Outlook macros. I need a simple solution. > >I run 2003 Outlook and I need to creat a simple macro that will write >a reply to a message. I intend to use this macro to reply to certain >customers under certain...
Simply reply macro
CAN
0 / 1 17 Jan
Hello everyone, I am new to the group and just baby stepping my way into Outlook macros. I need a simple solution. I run 2003 Outlook and I need to creat a simple macro that will write a reply to a message. I intend to use this macro to reply to certain customers under certain conditions by clicking a icon assigned to the macro. This is a sample of something I like to say when I...
auto reply to acknowledge attachment
wotme
0 / 1 09 Jan
Hi I am using a small code which sends a reply to a specified sender. I would like to add a line the reply referring to the name of the attachment, if there is one. I also want to add my signature. I have activated the signature in options to be added on a reply, but it doesnt appear. I would prefer if possible, to add the signature via code, rather than it appear on every...
how to Tableize emails from outlook into access 2007
DawnTreader
0 / 1 08 Dec 2011
here is a post i put in the access forums, just want to make sure i have it somewhere the right people can answer: Borrowed this code from a few different sources to try and hash something together that would run through the email folders and dump specific information from the emails to a table called tblInbox. at the moment i am trying to get it to work with just one folder with in the...
Outlook VBA Synching Problem
Aldz
0 / 1 09 Nov 2011
Good day to everyone. My boss in the office uses 2 email accounts in his pc (1 exchange server w/o OWA and 1 gmail). He asked me to make it so that he would be able to send emails using gmail to internal email in our exchange server when he's abroad. I found vba to be the answer but i'm currently stuck with a synching problem. The way I set it up is I send a mail using gmail to...
How to move a mark?
hannu
0 / 1 08 Nov 2011
...
Re: question about AddStore method
Jean-Daniel Gasser
0 / 4 14 Oct 2011
Hello, I have the same problem in an addin I programmed, but my program uses the name of the Folder in order to find it among some others folders, so it should be better if Outllok works correctly. I know that if I right click on the folder and choose "Properties", it displays the right name in the dialog box. The simplest way to update the name is : 1. Right click the folder 2. Choose...
vba - public folders - permissions
kevin_crm
0 / 1 12 Sep 2011
Hi there, I want to lock down the public folders in Outlook, so no one can modify them/their contents - i want changes to be made via an Access application I have. However, if i lock down the folders, then ACCESS can't get at them... is there a way to give an active directory account permissions to the public folder(s), and then have the MS Access application "impersonate" that...
Add appointments to a specific calendar
Filips Benoit
0 / 1 23 Aug 2011
Dear All, I want to export appointments from Excel to Outlook My code works OK but the user wants to export to a specific calendar named 'Promotions' and overwrite a the previous export of that month. So, delete ALL appointments of a specific calendar in THAT month and export the new appointments. 1. How to open a specific Calendar by name? 2. How to delete ALL appointments in 1...
No Attachment Warning - VBA Code HELP
Patrick Graven
1 / 3 05 Aug 2011
Did you ever get this to work? I'd like to configure the same warning in Outlook 2007. Also, if it's not too much trouble, tell me where in Outlook to put this code to enable such a warning, to warn me that I forgot to attach a file if I used the work 'attached' in my text. Thanks! > On Sunday, March 14, 2010 11:07 AM fruitchunk wrote: > I had this code in Outlook 2003 it warned me...
seach problem in outlook 2007
Steve Whalen
0 / 1 02 Aug 2011
when i try to search my inbox i get results that are 6/30/11 and older...nothing from july or Aug...when I know there should be. It's like I have some kind of date range...this just started to happen in the last month or so......
Relevante Invites you for its upcoming Online Webinar on Excel Pivot Tables
Relevante Inc
0 / 1 28 Jul 2011
Date: August 09 2011 Registration Fee: $129 Overview:  Create a PivotTable from scratch.  Manipulate the fields in the table.  Learn about the Field settings.  Learn about the menu options available and how it affects the table.  Sort and Filter your table quickly.  Learn how to quickly summarize large amounts of data in many different ways, quickly and easily,...
Want to automatically copy the FROM email into the BCC field
HammerJoe@gmail.com
0 / 1 19 Jul 2011
Hello, Can someone help with my issue. Everytime I write an email I need to copy the FROM email (I use different mailboxes) into the BCC field to have a copy of it in the mailbox. It would be nice that everytime I create a new email or reply to one to have that done automatically. Is that possible and how? thank you....
Find Replace Macro disables outlook Standard Toolbar
Mickie200206
0 / 1 28 Jun 2011
Hi Re-Posted as I can't find my original post in the group. Hoping someone can help me out here. I am using Outlook 2003 at work and I have recorded a macro but every tme I run it, the standard toolbar is disabled. The macro is a simple 'find and replace' and I was wondering if there is a line of code I can add to the macro to prevent the toolbar being disabled or any other solution....
Find Replace Macro disables outlook Standard Toolbar when run
Mick Hickson
1 / 1 25 Jun 2011
Hi Hoping someone can help me out here. I am using Outlook 2003 at work and I have recorded a macro but every tme I run it, the standard toolbar is disabled. The macro is a simple 'find and replace' and I was wondering if there is a line of code I can add to the macro to prevent the toolbar being disabled or any other solution. I am using Word as email editor and the macro was...
Keeps asking for Outlook Profile
WhytheQ
1 / 1 22 Jun 2011
Hello All, I use the following function in Excel to call outlook before creating an email. Using Office 2010 I'm finding that even with the correct setting in the Mail section of our Control Panel that if OL is not running when the function runs then a window appears asking to Choose Profile. I've tried commenting out the two marked lines below and it all seems to run without asking for...
Yes, that is quite possible.
Samira Programmer
0 / 4 22 Jun 2011
Hi Dears, I have a similar problem and I 'd need help please: I want to show a user form on closing the message which have two choices archive the message or delete it. In this outlook session I add the next code: Option Explicit Public WithEvents colInspectors As Outlook.Inspectors Public WithEvents objInspector As Outlook.Inspector Private Sub Application_Startup()...
example to read Deleted items Folder
ilona tring
0 / 1 07 Jun 2011
is it possible to read in a loop all the items in the deleted/trash folder ? would someone have an example code snippet ? thank you....
macro automatically save attachments to several emails from the same sender
ThomasX
0 / 1 06 Jun 2011
I use Microsoft Outlook 2010 I request to you: if anyone can help me write a macro to save all attachments from different emails from senders "XXX" to a folder on your hard disk "c: \ aaaa" I have no idea how to go about writing a macro: ( thanks in advance for your help...
Online tutorial for HTML
Peter Jackson
0 / 1 21 May 2011
You can find some references for HTML from beginners to expert in the below link. Please make use of it and share your comments for the improvisation. http://univtutorials.com/html/index.htm...
Outlook
knoell72@gmail.com
0 / 1 12 May 2011
hei Har nettop innstalert innboks nr. 2 i min outlook.(to forskjellige e- post adresser) Problemet er at den nye innboksen er plasseret helt i bunnen av mappe herakiet. hvordan for jeg flyttet den op og ned i herakiet. Vil gjerne ha de to innboksene ved siden av verandre....
Quickest way to process your web forms and emails to database
Dhan
0 / 1 09 May 2011
eMail-Lead Grabber is a web form processing software that enables you to extract email forms from Microsoft Outlook, Outlook Express and automatically transfers email forms to your database. When your prospect fills a form on your website such as contact form, feedback form, submit an order or request a quote, the form is e-mailed to you. eMail-Lead Grabber helps you to quickly import...
Invitation to join (Relevante India LinkedIn Group)
Relevante Inc
0 / 1 06 May 2011
...
performance optimization of ado and outlook.application
Mike babb
0 / 1 04 May 2011
Hi All, I've built a Microsoft Access 2010 application that imports data from my Outlook 2010 email account. My email is an exchange email account. I'm connecting to the account through Outlook (the mailbox store) and not to directly to the exchange account. In a nutshell, the program imports email, appointments, contacts, notes, and tasks into several tables in Access. It's a very...
searching for bad emails
cinnamngrl
0 / 1 21 Apr 2011
I would like to run a macro on my address book that would search and scrub corrupted info that is fouling up my ability to sync my email address with my blackberry. I did some work on the blackberry side but I realized that my outlook was unable to export all of the entries to a txt file to look at. there isn't any "iscompliant" function, so would be the suggested steps? I have...
outlook vbaproject.otm doesnt exist
ozzy nax
0 / 1 21 Apr 2011
hello i just uninstalled my office 2007 and installed a clean copy of office 2010. (my macros are enabled) i am running into the same recent problem as with outlook 2007. i hadnt until a week ago. as i start outlook, i get an error "microsoft visual basic." -- file not found error. with alt-f11 i get into the vba window however the window is empty with no outlook session, or project....
Relevante Invites you for its upcoming Webinar on Excel Advanced Formulas
Relevante Inc
0 / 1 20 Apr 2011
...
What sort of group?
Jay Brigand
0 / 3 12 Apr 2011
Hi, I'm actually looking to set up something similar. Ideally, I want to get something set up so that if I write an email and address it to the Distribution Group "All Users" it will come up with a pop up asking me to confirm if I want to send it with a yes or no button. Ideally, it would be something similar to the below code but for checking if it is being sent to the distribution...
Relevante Invites you for its upcoming Webinar on Excel Pivot Tables
Relevante Inc
0 / 1 12 Apr 2011
Date: April 26th 2011 Overview:  Create a PivotTable from scratch.  Manipulate the fields in the table.  Learn about the Field settings.  Learn about the menu options available and how it affects the table.  Sort and Filter your table quickly.  Learn how to quickly summarize large amounts of data in many different ways, quickly and easily, without compromising your...
what read property contains value for Sent on Behalf Of ?
anne
0 / 1 11 Apr 2011
in the course of a normal day, I need to filter out all messages coming from multiple senders with "Sent of Behalf of" how can I read that from MailItem ?...
VBA Clipboard Cut & Paste from Excel to Outlook
Graham Mayor
0 / 2 09 Apr 2011
This is a four year old thread? However to get this to work you need to set a reference in the VBA editor Tools > References to the MSForms 2.0 object library then you could use Dim myData As msforms.DataObject Dim strClip As String Set myData = New MSForms.DataObject myData.GetFromClipboard strClip = dFname.GetText -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word...
Big Bertha Thing Chair
Tony Lance
0 / 1 06 Apr 2011
Big Bertha Thing Chair Cosmic Ray Series Possible Real World System Constructs http://www.bigberthathing.com/chair.html Access page JPG 18K Image Astrophysics net ring Access Site Newsgroup Reviews including uk.railway Detail from frontspiece painting showing, so called arms up to chair sedan. Caption;- A Chinese Street From the book The World and Its People Asia With Special...
converted from outlook2003 to outlook2007, thismessageitem automatic process
Graham Mayor
0 / 4 06 Apr 2011
It doesn't matter which module it is stored but the detail in the brackets is important. Change your macro name to Sub CustomMailMessageRule(Item As Outlook.MailItem) which is as shown in the linked page, and it should appear in your list of Scripts from the Rules editor. The editor will not see your original Sub CustomMailMessageRule(ByVal Item As MailItem) -- <>>< ><<>...
Starting a macro at a certain time
Thomas Hochreither
0 / 1 05 Apr 2011
Hello *, I need help to start a macro at outlook 2010 at a specific time, e.g. 1:00 am. I just found the "OnTime"-function for Excel but I did not find anything how to do in Outlook. Outlook is running 24 hours/day so I cannot use the Application_Startup() possibility. Thank you for any ideas. Best regards Thomas Hochreither...
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)