| Thread | Last Author | Messages read/total | Date |
|---|
| converted from outlook2003 to outlook2007, thismessageitem automatic process |
nina |
0 / 1 |
04 Apr 2011 |
| All of our office systems were upgraded from outlook2003 to outlook2007
I used to run for each incoming email, a short vba code that would simply
log the headers to a drive but can't remember now how I initialized it?
Can someone help me?
Basically, I want to run a simple piece of vba code, similar to snippet
below and have this run for every incoming email
I inserted the code... |
| Can't get a response and can't access my VBE in Outlook 2010 anymore! |
Youie |
1 / 1 |
20 Mar 2011 |
| Hi, I'm totally dazed and confused about this. My Outlook 2010 has
just woken up one day and decided it won't allow me to access the VBE
either through the toolbar or with Alt-F11. Can anyone give me any
clue at all, please?... |
| vbaproject.otm ignored when outlook.exe started by another process |
Yorkie |
0 / 1 |
11 Mar 2011 |
| Hi,
I have a macro saved in vbaproject.otm, which is distributed across
all users at my firm. This works fine when using Outlook and has been
for a few years.
We recently installed a new telephone system at my firm and with it
some desktop software which can read Outlook contacts and dial them.
This application is launched at startup for every user.
The problem with it is,... |
| Automatically add signature with different mailboxes in the sameexchange server |
HammerJoe@gmail.com |
1 / 2 |
08 Feb 2011 |
| ... |
| outlook used as frontend for Access |
Uwe Fechner |
0 / 1 |
08 Feb 2011 |
| Hi,
I would like to create in Outlook in the Folder view an entry in which
then displays in the list view a table from Access.
The entry in the folder view to be bold, and as a figure behind it's
the number of rows of the DB, which have been added new.
I googled already quite long after that, but there is nothing to.
Now I can create search folders (also vb) but I can define a search... |
| How can I open an Excel Workbook from an Outlook macro andactivate that workb... |
brightenmyoutlook |
1 / 2 |
26 Jan 2011 |
| ... |
| Select Outlook signature based on From: field email address |
Thomas |
0 / 1 |
25 Jan 2011 |
| Hi,
I'm working in an IT support environment and am connected to 5 different email accounts (all under the same Outlook profile).
I manually change the From: email address to reflect which mailbox I'm using. I'm now looking for a way to automatically change the email signature based on the email address specified in the From:.
Like if I send an email from addres1@company.com Outlook... |
| Searching for emails in MS outlook public folders |
Dimithri |
0 / 1 |
11 Jan 2011 |
| Hi,
Does anyone know how to search for emails located within public
folders in MS outlook?
We store all emails in public folders so everyone can access them but
when I try to find something its a nightmare. I've tried the MS
outlook search but it always returns 0 results even when I know its
there.
I've heard google desktop can search emails but can it search within
public... |
| Macro & buttons to reply Dear - new idea (Outlook 7) |
Mark |
0 / 1 |
13 Dec 2010 |
| I wish to develop my idea further and need help - I've been playing
with it but I'm not an expert
Presently I fire up the below macro when I have an email highlighted
and it enters the "Dear Joe" etc in the email body.
I'm wondering if it would be possible to apply this slightly
differently. To start an email i.e. new or click reply, ensure that
there is a recipient in the 'To' box, e.... |
| Problem in creating outlook task remotely using outlook object mod |
veenu |
1 / 7 |
02 Dec 2010 |
| rujuta_l wrote on 07/24/2009 02:58 ET :
> Yes. Receiver has given author permission to the sender for his task folder.
> Exchange server can be either 2003 or 2007.
> The application is hosted on 2003 server (name of the server is svr03) .
> Outlook on the server is configured with some email account e.g.
> txtAdmineMailID.Text is readonly textbox and contains this
> email id i.e.... |
| Sending e-mails with different name display |
Richard |
0 / 1 |
01 Dec 2010 |
| I would like to write a script for a mass mailing that has "Client
Accounts" as the from name rather than my name. Is this possible? I
don't see anything that would allow this.
Thanks in Advance.
Rich... |
| How to get the fullpath of the *.pst's in the current profile? |
Sebastian Wain |
0 / 2 |
23 Nov 2010 |
| ... |
| Manipulate subject property of new email on change |
nnichols |
0 / 1 |
17 Nov 2010 |
| Hi All,
I hate posting without at least having a starting point but I am
absolutely clueless on this one. When a user enters an eleven or
thirteen digit number into the subject I would like to do some
processing on it.
We use a barcode scanner to enter an eleven digit number into the
subject line which is then manually reformatted to remove the last
digit (a check digit) and add a... |
| SEX Videos of SCARLETT JOHANSSON |
jackson11 |
0 / 1 |
11 Nov 2010 |
| Due to some Restrictions i have Hidden the VIDEOS ........ CLICK on
the IMAGE which is below SEARCH BOX for VIDEOS http://hotactress4u.4-all.org... |
| Saving attachments to folder from public folder |
Andy |
1 / 22 |
26 Oct 2010 |
| You've been more than helpful already - Thanks Ken... |
| Reading Member Of list from Global Address List |
Ken Slovak |
1 / 4 |
21 Oct 2010 |
| You can't get what you want using CDO 1.21, which is what you are using. You
would need to use an LDAP query against the Active Directory to get that
information. I'm not all that familiar with LDAP usage so I couldn't help
you with that.
If you were to use Redemption (www.dimastr.com/redemption) instead of CDO
you could get the RDOAddressEntry object from the GAL (RDOAddressList)... |
| Change category of original message upon reply |
OutdoorRuss |
1 / 5 |
18 Oct 2010 |
| Here's what I ended up with... seems to work great for me. - Russ
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As
Boolean)
'Declaration
Dim myItems, myItem, myAttachments, myAttachment As Object
Dim myOrt As String
Dim myOlApp As New Outlook.Application
Dim myOlExp As Outlook.Explorer
Dim myOlSel As Outlook.Selection
Dim Response As... |
| how do I paste Excel clipboard cells to Outlook Word Editor and send it out u... |
Ken Slovak |
0 / 2 |
05 Oct 2010 |
| Outlook doesn't have any methods for using the clipboard, and VBA doesn't
provide any clipboard methods as VB6 would. You will need to review the
methods for using the clipboard using the Win32 API calls for the clipboard.
There is code for that in VB6 that you can modify to use in VBA at Randy
Birch's Web site and code samples at www.mvps.org. You can also search on
the Web for VB6... |
| Outlook 2003 Addin loading but not showing up in ComAddins list |
Ken Slovak |
0 / 10 |
05 Oct 2010 |
| Again, I haven't been using the VS 2010 installer so it may be different.
In other versions you right-click on the setup project and select to view
the registry settings. You then add your registration information for the
addin at either HKCU or HKLM or to User/Machine Hive. If the registration is
for User/Machine Hive it will be placed in either HKCU or HKLM depending on
whether the... |
| Shim Wizard - Managed Aggregator error |
Ken Slovak |
0 / 2 |
23 Sep 2010 |
| Unlike previous Framework 2 based versions (2, 3, 3.5), version 4 doesn't
include any of those earlier versions. If you want it install it.
Also, I believe Misha wrote about the differences with different frameworks
installed in his blog.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders,... |
| Using a tlb file in VB 2010 project for Outlook |
Ken Slovak |
0 / 8 |
21 Sep 2010 |
| When you use Dennis's tlb in a managed code application a PIA is created for
it (Interop.XLIRibbonExtensibility.dll). If you have projects created using
an older version of VS that used the tlb get the PIA from one of those
projects and add it to your VS2010 project and it should work just fine.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional... |
| Shim Wizard for Visual Studio 2010 |
Sanjay |
1 / 8 |
15 Sep 2010 |
| ... |
| This is Vegas - Get $2400 Free |
http://thisisvegas.co... |
1 / 1 |
14 Sep 2010 |
| This is Vegas - Get $2400 Free
http://thisisvegas.com/get/a/179639
Click here to download over 400 Free Games
http://thisisvegas.com/get/wd/206052... |
| Shim Wizard for Visual Studio 2010 |
Sanjay |
0 / 1 |
13 Sep 2010 |
| Does Microsoft have a shim Wizard available for Visual Studio 2010?
Is there any good online documentation available on using Shims for
deploying Outlook shared addins.
Thanks
Sanjay... |
| Outlook 2003/2007/2010 programming with Visual Studio 2010 |
Sanjay |
0 / 3 |
13 Sep 2010 |
| ... |
| Developing for Outlook 2007/2010 on a computer with Outlook 2010 |
Ken Slovak |
0 / 2 |
13 Sep 2010 |
| Yes, and you'd have to have 2007 installed.
--
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
"Sanjay" <sysmailbox@gmail.com> wrote in message
news:35567e64-864b-4f47-829e-af85353f9842@q21g2000prm.googlegroups.com...
> Is it... |
| Programmatically locate the Outlook PST and OST files |
Jeff |
0 / 1 |
10 Sep 2010 |
| Hi all,
Does anyone know how to get at the Account settings for a users PST
file? I need to locate it so that it can be backed up. Problem is the
end-users are potentially not sufficiently literate to move their
files from a network share and so it has to be done programmatically.
I know the settings are buried in the Windows Mail (In the XP control
panel) rather than in outlook... |
| Show Outlook Group Schedule i Excel |
HenrikH |
0 / 1 |
07 Sep 2010 |
| How do i get Excel to show an Outlook Group Schedule from a users
Calendar in Excel using VBA?... |
| Project Advice with accessing Outlook Calendar |
Ken Slovak |
0 / 2 |
27 Aug 2010 |
| It appears that we're taking this up offline, so I'll be brief.
As far as the ID question, there really is only 1 appointment item even if
there is a recurrence of 1000 occurrences. The master and the recurrence
pattern determine the calculation of individual instances, which have no
other existence. Even in the Exceptions collection those are members of that
master appointment, the... |
| Write to UserProperty Failing |
Ken Slovak |
0 / 2 |
27 Aug 2010 |
| I'm not sure what is causing the problem or why.
I took your test code and modified it a bit to run in the Outlook VBA
project and to declare all the referenced object variables. In the time span
set by the filter I had 4 items in the filtered collection and was able to
add and then later retrieve the user property values.
I'm curious if you take your code and change your... |
| Outlook Appointment VBA Issues |
Ken Slovak |
0 / 16 |
25 Aug 2010 |
| It doesn't matter. If the time is the same and the item is an exception you
wouldn't find it using GetOccurrence() but you would find it using the
Exceptions collection and the original start. Even if it hasn't changed it's
still the original start. The appointment exposed there has an instance
specific properties.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author:... |
| reply this topic |
HOOVERJeannette21 |
2 / 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 |
1 / 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... |
1 / 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 |
1 / 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... |