| Thread | Last Author | Messages read/total | Date |
|---|
| How to get the fullpath of the *.pst's in the current profile? |
Sebastian Wain |
2 / 2 |
23 Nov 2010 |
| ... |
| Manipulate subject property of new email on change |
nnichols |
1 / 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 |
1 / 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 |
22 / 22 |
26 Oct 2010 |
| You've been more than helpful already - Thanks Ken... |
| Reading Member Of list from Global Address List |
Ken Slovak |
4 / 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 |
5 / 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 |
2 / 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 |
10 / 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 |
2 / 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 |
1 / 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 |
0 / 8 |
15 Sep 2010 |
| ... |
| This is Vegas - Get $2400 Free |
http://thisisvegas.co... |
0 / 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 |
1 / 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 |
2 / 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 |
16 / 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 |
3 / 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... |
1 / 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 |
1 / 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 |
|
1 / 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 |
1 / 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 |
1 / 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 |
1 / 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... |