ThreadLast AuthorMessages
read/total
Date
Seks v polnolunie
jelinek
0 / 1 17 Mar 2009
Nedotroga znakomitsya s dildo...
Seks v polnolunie
jelinek
0 / 1 17 Mar 2009
Nedotroga znakomitsya s dildo...
Importing from Excel with HTML Formatting
Ken Slovak - [MVP - O...
0 / 4 17 Mar 2009
You say you have the messages and can get to their Body property, so just use the HTMLBody property instead of Body with the HTML strings. -- 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 "KEN" <kenkopicky@gmail.com> wrote in...
Best way to included corporate imaghe in email?
Ken Slovak - [MVP - O...
0 / 2 16 Mar 2009
The code looks OK. Is that 50% number you mention an actual number or just something you made up? For an image in an email you can look at http://www.outlookcode.com/d/code/htmlimg.htm, although that code should be modified to replace the CDO stuff with the new Outlook 2007 object model enhancements. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional...
Outlook 2003 cannot view message body of an Outlook 2000 saved .ms
Ken Slovak - [MVP - O...
0 / 2 10 Mar 2009
CDO 1.21 isn't great for HTML, as you've found out. Use one of the 2 workarounds you've found. -- 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 "giovanni" <giovanni@discussions.microsoft.com> wrote in message...
Automate export of Outlook VBA modules, etc (VBAProject.OTM back-u
Mark Stepan
0 / 1 27 Feb 2009
Does anyone know a way to automate the EXPORT of a module (form, class, etc) in Outlook VBA? Ultimately this is really just for back-up purposes. Every time I've taken a couple moments to Google it, I haven't been able to find anything that helps. Background: OK, so making a copy of the VBAProject.OTM file is step 1 (and I AM doing this), but I've also read a lot of posts where this...
Start macro creating a mail with contact data and autotext
Ken Slovak - [MVP - O...
0 / 4 27 Feb 2009
Re-read what I said: "Although not supported, you put a macro as a Public Sub..." You made the Sub Private in scope. -- 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 "WaWa" <angit@gmx.net> wrote in message...
GANAR DINERO CON TAN SOLO 5 CARTAS!!!!!!!!!!!!!!!!!!
harry_pelo9191@hotmai...
0 / 1 23 Feb 2009
...
Delegate Exporting Contacts using VBA?
Ken Slovak - [MVP - O...
0 / 6 20 Feb 2009
If you have the Contacts folder as oContacts, then oContacts.Parent will give you the folder you see as Outlook Today, which is what you see in the Folder List as "Mailbox - Joe Foobar". Once you have that folder reference you get the folder name and parse out the "Mailbox - " part and you have the user name for that mailbox. -- Ken Slovak [MVP - Outlook] http://www.slovaktech....
ecm2001 v5.3 winols shoemaster wilcom bentley amiable xshowsoft870315432753880
ecm2001 winols shoema...
0 / 1 16 Feb 2009
We can crack or emulate any protection type: Dongle, Hardlock, Hasp, Serial, Password, Hasp4, Flexlm, Sentinel, Wibu, Eutron Smartkey, Hasphl, Proteq, All the Protections!! email = xshowsoft@gmail.com email = xshowsoft at gmail.com If you have some protected program, and want to crack it, we can help you! Ecm2001 v5.3 professional, all checksums enabled download Kess v4 all...
How to get handle to global Distribution Lists?
Dmitry Streblechenko
0 / 1 13 Feb 2009
Looks at the Namespace.AddressLists collection. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - <b.vijayabharathi@gmail.com> wrote in message news:7808efa3-eeeb-4e77-ac38-885696faec27@x10g2000yqk.googlegroups.com... >I need to get the list of members in a global address book (microsoft > exchange). > I am able to get...
Walking the Inbox
Ken Slovak - [MVP - O...
0 / 2 09 Feb 2009
That's a possibility, particularly if the MAPI*.* files are mixing versions. It's also possible that the initial item the code is hitting isn't a mail item but something else like a post item or meeting invitation, etc. That's why in code like that I would declare objItem as Object and then assign it to a MailItem object if objItem.Class = olMail. I'd check that Inbox and if...
Error 2711.An internal error has occurred. (OutlookCDO)
Ken Slovak - [MVP - O...
0 / 1 09 Feb 2009
Each version of CDO is specific to its version of Outlook, so a version for Outlook 2003 won't work with Outlook 2007. You do need to download and install CDO 1.21 for Outlook 2007 from MS. Doing so should allow your addin to work. Why use CDO anyway? It's deprecated and the client version you use with Outlook has all the security at its worst. What I do when I don't use...
Vetoomus minua kommentoiville shkmiehille
Henri Lindfors
0 / 1 06 Feb 2009
...
Show Sender Address in Tooltip or Customized View
MasterOfComboBoxes
0 / 3 05 Feb 2009
...
Read outlook 2007 email with access 2007 database file
gsjrecruiting@gmail.com
0 / 1 04 Feb 2009
Hello All, I would like to know if it is possible to automatically export a batch of email message previews to an acess database. For instance: When I start my access database, I would like to start an automated process to copy the first paragraph of an email to a new entry in my database. All emails will come in the exact same format: Name Address E-mail Address Telephone...
Change sender
Dmitry Streblechenko
0 / 2 03 Feb 2009
Use the MailItem.SendUsingAccount property -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Spoon" <edouard.mabille@gmail.com> wrote in message news:640c67b3-e872-4465-ab52-b1a2865c6acb@f40g2000pri.googlegroups.com... >I have several account on outlook 2007 > I want to find vba code for changing the default sender > >...
avoid syncing birthday date to calendar when saving contact Item
Andreas Wckl
0 / 5 02 Feb 2009
Hi Ken! Ok thank you for your help!! kind regards Andy "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> schrieb im Newsbeitrag news:eaj9dOVgJHA.1248@TK2MSFTNGP03.phx.gbl... >I don't have sample code for something like this but the algorithm is >pretty simple. > > Get the date/time you add the birthday/anniversary to the contact. Get the > ContactItem. Filter the Calendar....
Shhhhhhhhhhh-It must be Christmas time. The trolls are not Naughty...
Aki Schafer
0 / 1 26 Jan 2009
...
Microsoft Outlook 2000 Lost My E-mails in all folders
Goingcrazy
0 / 1 26 Jan 2009
I'm glad you resolved your problem. My husband backed up his pc on an external drive and did a recovery with 11 discs on his HP because he was having problems. Now when he went back into outlook he only had his incoming mail and none of his sent mail which is very important to him. Do you have any idea how to retrieve this information? He is really upset? "judibugg" wrote: >...
Second Catagories Source
PJ
0 / 3 23 Jan 2009
Thank you. I will give that a try. "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:e0E9XINRJHA.3932@TK2MSFTNGP02.phx.gbl... > Yes, it's possible. Outlook won't use that control or its values but you > can write code that will do so. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com > Author: Professional Programming Outlook 2007. >...
Outlook confirmation dialog.
Diane Poremsky [MVP]
0 / 4 21 Jan 2009
Then you know that there are differences between Outlook 2003 and 2007, including applications that automate Outlook with Outlook object model do not trigger security prompts if the machine is configured with an up-to-date anti-virus application. Otherwise, Outlook 2007 will act like Outlook 2003 and throw up the prompts. See the "Version-specific considerations" section at...
Working with Outlook Contacts from Access
Ken Slovak - [MVP - O...
0 / 14 19 Jan 2009
MAPIFolder.DefaultItemType == OlItemType.olContactItem is how you'd test each folder to see if it's a contacts folder. If the result is true it's a contacts folder. Since any type of folder can have a subfolder that's a contacts folder you should use a recursive algorithm to examine each member of NameSpace.Folders and all folder and Folders collection objects under that. -- Ken...
Looking for VBA to open multiple mail folders
Michael Bauer [MVP - ...
0 / 2 17 Jan 2009
See ms.public.outlook_program_vba -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : <http://www.vboffice.net/product.html?pub=6&lang=en> Am Fri, 16 Jan 2009 17:59:09 -0500 schrieb Ivan Strom: > I use several mail folders, including "Personal Folders", "imapmailA", >...
Add internet header in Outgoing email? Sample Code
Ken Slovak - [MVP - O...
0 / 5 16 Jan 2009
It doesn't matter and you can't control the casing. -- 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 <freeman642@gmail.com> wrote in message news:d1f08d10-f17c-4e36-8e5b-7e53fcc2c051@v4g2000vbb.googlegroups.com... Sorry Ken one...
XP Vista & Office Cheap!
Mamiko
0 / 1 07 Jan 2009
XP Home US$19, Pro US$29 Vista US$29 Up MS Office US$49 Up...
qV^fU_hZ ^ ]U`U]qWU_hZ
Devivci
0 / 1 06 Jan 2009
...
Selection Form on custom Contacts form - popup
Ken Slovak - [MVP - O...
0 / 2 05 Jan 2009
It's not possible to open a dialog form using the VBScript code in the form. If you aren't using a COM addin where you can easily display a Windows form you might be best off in using one of the tabs in your custom form for that. If a button is clicked you can show and then hide the special tab. On that tab you can display a drop-down or list control and transfer the selected value...
Attachment Problem
Ken Slovak - [MVP - O...
0 / 2 05 Jan 2009
Version of Outlook? When are you trying to read the attachments, before sending or after sending, and when the item is saved/unsaved? What are the extensions of the 2 attachments? What mail format are you using? Using WordMail or not? In some cases, with some versions of Outlook, you might have attachments with the same names but one will have the original extension and one will...
How to have multiple macros with shared event handlers?
Chris Thomas
0 / 3 02 Jan 2009
Thanks for the confirmation, Michael. -C On Jan 2, 5:32 am, "Michael Bauer [MVP - Outlook]" <m...@mvps.org> wrote: > That's right, Chris. Using a class module is probably the best thing to do > with VBA, but your mates still have to customize ThisOutlookSession. > > If you can, create a COM Addin with (any?) .NET language, or with VB6. > > -- > Best regards > Michael Bauer - MVP...
Issue with thekind of the .emf image file created then it
Ken Slovak - [MVP - O...
0 / 2 29 Dec 2008
Not an Outlook question, please post in a relevant 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 "kiran Nagaraja" <kiran@thomson.com> wrote in message news:uU777BYaJHA.3692@TK2MSFTNGP04.phx.gbl... > Hi All, > I have...
Spiderweb System Online Money Making For You
Make Money
0 / 1 23 Dec 2008
You Can Make Money Online Spiderweb Marketing: www.thespidersystem.ws GDI: www.haveahappyday.info Free Videos. Free To Join..... This System Will Get You Paid Online...
Need Money
You Need Fast Money???
0 / 1 18 Dec 2008
You need fast money?????, visit http://dinero4ever.blogspot.com Now!!!...
FUbqZ UeeZh^hcqZ Yqfdm`^
EdXcZYU
0 / 1 17 Dec 2008
...
Custom Pane/Custom Interface
Ken Slovak - [MVP - O...
0 / 2 15 Dec 2008
You cannot customize or replace the reading/preview pane as you want. You would have to create your own window and overlay it on top of the existing pane if it's visible. If it's not visible then you'd need to send messages to the other windows to resize to make room for your custom window. Then you'd need to make your window a child window of the main Outlook window. It can be done...
Linking Access To Outlook
Alan B.
0 / 5 12 Dec 2008
Thank you! "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:etRLhPGXJHA.4384@TK2MSFTNGP03.phx.gbl... > You can't if you use the built-in Access linking. That provides only a > subset of the properties available on Outlook items. For any additional > information from the Outlook items you would need to write code and use > Outlook automation instead of the...
outlook 2003 sometimes turns off rule
JP
0 / 9 04 Dec 2008
...
Moving messages from inbox
Calum
0 / 3 26 Nov 2008
Thank you so much! This works perfectly!...
Moving inbox-items to personal folder
Michael Mueller
0 / 3 24 Nov 2008
>You can access all of the selected items via ActiveExplorer.Selection. Loop >trough that collection, and call each item's Move function. See also the >example for Move in the VBA help file. Thanks, will have a try. Michi...
Running an Excel macro via Outlook reminder
Michael Bauer [MVP - ...
0 / 5 24 Nov 2008
If you want to run code in Excel, its Application.Run method is probably the way to go. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : <http://www.vboffice.net/product.html?pub=6&lang=en> Am Thu, 20 Nov 2008 09:55:49 -0800 schrieb exceldude: > The problem is, I want...
Send an e-mail to a Group e-mail using Excel VBA
Dmitry Streblechenko
0 / 6 21 Nov 2008
If you are using Exchange, simply set the MailItem.DeferredDeliveryTime property and call Send. If you are using SMTP, you would need to right code that actually runs at the specified time and calls Send. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "exceldude" <exceldude@discussions.microsoft.com> wrote in message...
How do I programmatically send a multipart (plaintext/HTML) email?
Ken Slovak - [MVP - O...
0 / 3 20 Nov 2008
You can't do that in Outlook. You'd have to use something like CDOSys or whatever .NET has for sending emails without Outlook. -- 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 "Mark B" <none123@none.com> wrote in message...
Move e-mails to another folder and Deleting them in folders us
exceldude
0 / 3 20 Nov 2008
I have lots of folders in a particular folder. > e.g. say my main folder is Test and then I have test 1, test 2 etc. within > this folder. > > I have copied the whole test folder to an Archive area on the network. I would like OUTLOOK VBA code as to how to do the following: - 1. to delete all e-mails in the Test folder and all subsequent > > subfolders in the current area ( i.e....
Running an Excel macro via Outlook reminder
exceldude
0 / 1 19 Nov 2008
Hi Every week, I need to send an e-mail containing an attchment to a group of people. I have the code below and was wondering how I can do this. Error occurs at ** Help, please. [code] Sub Application_Reminder(ByVal Item As Object) Select Case Item.Class Case olAppointment If Item.Subject = "Test" Then 'Set EApp = CreateObject("excel.Application") 'With EApp '...
Delete files in a sub folder using VBA
Ken Slovak - [MVP - O...
0 / 5 19 Nov 2008
Then you need to post in an Excel 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 "exceldude" <exceldude@discussions.microsoft.com> wrote in message news:52A17377-2EC7-4ED3-B6CB-F653A0A9485C@microsoft.com... > Thx for...
Moving inbox items Outlook 2003 using vba
exceldude
0 / 2 19 Nov 2008
Thx. "Dmitry Streblechenko" wrote: > Set MoveToFldr = Fldr.Folders("Test").Folders("The subfolder of Test") > -- > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ > OutlookSpy - Outlook, CDO > and MAPI Developer Tool > - > "exceldude" <exceldude@discussions.microsoft.com> wrote in message > news:0EE00EB2-FDF3-4F7C-9910-FF948AA264A4@microsoft.com... > > Hi > > > > The...
SDRAM muisteja
Herkko Blomberg
0 / 1 19 Nov 2008
...
VBS Redemption - Enumerate/expand Outlook disribution list
Kalyan
0 / 10 12 Nov 2008
Thank you very much for your help on this. We sorted out the issue. The licensed version seems to have issue.. may be its a older version. We checked it out with the dev version which is working fine. "Dmitry Streblechenko" wrote: > So your code is running under IIS? Or in a client side script in IE? > > -- > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ > OutlookSpy -...
Outlook combo boxes to pull data from access or other database
PJ
0 / 3 07 Nov 2008
Thanks JP, I found the following code below, from a website - thought I bookmarked it but i couldn't find the website - for outlook 97 & 2000. I have 2003 and don't know how to change the DBEngine to make it work probably - could you guys please help. Thanks so much. Dim rst Dim dao Dim wks Dim dbs Dim nms Dim fld Dim itms Dim itm Dim strOfficePath Dim appAccess...
Redemption: DistributionList that reference another Distributi
Ken Slovak - [MVP - O...
0 / 11 06 Nov 2008
If you're getting that error then you have to fix it before you could use MAPIUtils. The error tells us that either Redemption is not registered (check in HKCR\Redemption and see if that area exists and shows the various Redemption classes), or that a script stopper is running that prevents using CreateObject (or New or GetObject). -- Ken Slovak [MVP - Outlook] http://www....
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)