ThreadLast AuthorMessages
read/total
Date
Track Sales Weekly, Monthly and Annually with this Powerful Tool 33472
George Joseph Jr., MS...
0 / 1 21 Jun 2009
--boundarynDqNAw== Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable PQ+.JTvM<Z$+_tLZ/dMm.,gqZ --boundarynDqNAw== Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <HTML><HEAD></HEAD> <BODY contentEditable=3Dtrue> <P>&nbsp; (RST) Retail Sales Tracker Spreadsheet is a reliable and feature-=...
Outlook Service
sunkers
0 / 1 18 Jun 2009
Hi there, I had a web part made for my company about 5 or 6 years back to integrate Outlook. Due to the latest Office updates the web part no longer functions as before. I was wondering where I can get it repaired. The problem seems to be a new feature when the last email is closed , the outlook service closes also, even though the web part is still open in a Sharepoint page. our...
Outlook staying in memory
Rod
0 / 2 12 Jun 2009
Thanks, I give it a go, I've never played with evens before. "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:eYf0m416JHA.1416@TK2MSFTNGP04.phx.gbl... > You need to allow time for the send operation to finish. You can try using > a DoEvents() call, but I don't think that will do it. Best thing to do > probably is to start a Send/Receive operation and wait...
Building a distribution list from Access
Ken Slovak - [MVP - O...
0 / 2 11 Jun 2009
You can write code that would take each email address and add it as a Recipient object to an email, as many as you want for each email. Then you use the Resolve() method on each Recipient object as you get a handle to it back from the Recipients.Add() method. That will create one-off recipients that are not in your contacts folders. However, you might want to investigate if there are...
Outlook 2007 add-in without window title
you suck bit
0 / 3 05 Jun 2009
...
MAPI OpenMsgStore causing Date Modifed to change on a PST file
Dmitry Streblechenko
0 / 2 03 Jun 2009
PST provider always updates the PST file, even if you make no modifications. That is one of the reasons why MS does not support PST files on reda-only media. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - <stu.bray@gmail.com> wrote in message news:106c13b3-4eac-46b8-bafc-663f8d6aaee4@o30g2000vbc.googlegroups.com... >...
Aggregate contacts of 20 users
David
0 / 1 03 Jun 2009
Hello! I need to aggregate contacts for 20 users on one machine. Without sharing all the folders (which would be a nightmare) is there a product out there for the exchange server side (or even the user side) that could, without much intervention, dump chosen contacts into a folder? We have custom forms and we want to export all mailing information from these 20 users for select...
Problems with code
Gustavo Strabeli
0 / 2 27 May 2009
...
Outlook 2007 SP2 Undable To Update Appoinment Properties.
Ken Slovak - [MVP - O...
0 / 2 26 May 2009
No repro here when I get rid of the code errors. For VBA code there is no DateTime.Now, it's just Now. For VB.NET using Set to set an object variable isn't correct. I'm not sure where you're trying to run that code. Fixing the code as as VBA code and then running it changed the start and end times of an appointment in a public folder. -- Ken Slovak [MVP - Outlook] http://www....
Move Incoming Emails based on Specific Words in Senders' Addresses to Corresp...
Ken Slovak - [MVP - O...
0 / 2 26 May 2009
That can be done by setting up an ItemAdd() event handler on the Items collection of the Inbox. The code in that event handler can parse the sending email addresses using string functions to find the key words you are looking for. The code can then try to find a subfolder that matches that key word. Go to www.outlookcode.com and search there for "zapHTML". That code sample shows...
Page numbering in Outlook
Ken Slovak - [MVP - O...
0 / 2 26 May 2009
To repeat, no you can't control that unless you do your printing from Word or Excel and populate a Word document or Excel worksheet with the data you want to print. -- 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 "April"...
Capture appointment change
Ken Slovak - [MVP - O...
0 / 4 19 May 2009
Sure. Search at www.outlookcode.com for "ItemAdd" or "ItemRemove" and there's lots of sample code there in various languages that show how to set up those event handlers. For example, http://www.outlookcode.com/codedetail.aspx?id=456 shows VBA type ItemAdd code. This examples shows how to get at various folders, there are many others like this: http://www.outlookcode....
30 Opinion de Dsiconsolas.com 05694
r4idsi r4
0 / 1 08 May 2009
HOla, solo deciros que mi experiencia al comprar mi cartucho dsi, ha sido buena, recibi el pedido al dia siguiente de haberlo hecho por la web, y gracias a que esta gente me ayudaron telefonicamente, pude echar andar el cartucho dsi. No tenia ni idea, ahora que lo se, es facilisimo,, solo era copiar y pegar. Ahh me dijeron que existe una pagina para bajar los juegos muy buena www.espalnds.com...
SharePoint calendar roll up and managing permissions and notificiations
Sue Mosher [MVP]
0 / 2 07 May 2009
Best to ask in a SharePoint group. This one is for Outlook programming issues. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "aspear" <aspear@portal-dynamics.com> wrote in message news:bd2bbde9-1562-4019-90dc-d20f4924f451@s31g2000vbp.googlegroups.com....
Inspector.WordEditor always returns null
Paul T (NJ, USA)
0 / 4 01 May 2009
I am having the same problem after the upgrade to 2007 wiht outomation that I had in place with NewInspector() event... My work-around was the following: 1) Use NewInspector event to set local class variable to the inspector 2) Define the Activate event for the new inspector variable. Here is my simplified code with the asnwer: ----- Dim myOlApp As New Outlook.Application Public...
Forward mail without using the default signature
Ken Slovak - [MVP - O...
0 / 16 30 Apr 2009
To move an item you use its Move() method. It takes a target folder argument that's an Outlook.MAPIFolder object. It returns to you the newly moved item as a return value. How you get the folder that's the target depends on lots of things. Where would this target folder be located? Is it under Inbox? Is there more than one possible target folder? Say you get the SenderName, which...
Outlook, Word Docs, Access, VBA, Email
Duncan McC
0 / 6 27 Apr 2009
...
[OL2003/Vista] OTM problems after VBA crash
Jannick Asmus
0 / 2 26 Apr 2009
Wait - it does not seem to be that bad any more: ad 2 - Starting from scratch does work, since I did not make the .frx-file associated to forms while importing. This yielded the error. My mistake. ad 1 - This is still mysterious, but the macros can be reimported. Lucky me that long time ago I exported almost all my macros to readable files which can be imported. The VbaProject.OTM...
53 R4i Dsi Cartuchos para nintendo 19971
r4idsi r4
0 / 1 19 Apr 2009
R4i Dsi Cartuchos para nintendo www.Dsiconsolas.com www.Dsiconsolas.com R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos para nintendo R4i Dsi Cartuchos...
How to Add Streaming Video To Your Website
Mike
0 / 1 17 Apr 2009
How to Add Streaming Video To Your Website www.abcsun.net...
NEED MONEY FAST READ THIS ARTICLE 71159
Jose L. Sagad
0 / 1 16 Apr 2009
...
Create Macro to move email to subfolder in inbox
dza7
0 / 7 15 Apr 2009
OK thanks, I've already set up buttons for each of the macros and they are working great, just trying to see if there was an even quicker way!...
92 Firmware Drivers R4 Dsi. R4i Dsi 57319
r4idsi r4
0 / 1 11 Apr 2009
Drivers Firmware R4i Dsi . Firmware R4 Dsi nintendo http://www.elotrolado.net/hilo_firmware-drivers-nintendo-dsi-r4-i-upgrade_1214985 Firmware Drivers R4i Dsi , R4 Dsi , R4i-sdhc.com @r<ZQLsuy&kqY@isu,,woI&)x...
15 R4i Dsi, Drivers Firmware, R4 Dsi nintendo Dsi 70275
r4idsi r4
0 / 1 11 Apr 2009
Firmware - Driver para R4i Dsi, R4 Dsi. Nintendo Dsi. http://www.elotrolado.net/hilo_firmware-drivers-nintendo-dsi-r4-i-upgrade_1214985 saludos +==A(j.xxrAr,SXEfUw+oZeCS...
VBA script not firing on mail arrival
badatvba
0 / 14 08 Apr 2009
Ken, I have put the MsgBox code in and I can now see that the Application_startup is being executed on startup of Outlook. Furthermore, the code now seems to be firing successfully. Thankyou for your help and patience. I guess now I have to get better at VBA!! cheers Alastair "Ken Slovak - [MVP - Outlook]" wrote: > You can't just run a procedure that takes arguments (like...
Processing read receipts for mail not in default 'sent items'
RC
0 / 3 01 Apr 2009
> No, not possible. OK - that was quick :-) Thanks. RC....
Error MAPI_E_NOT_FOUND with GetFreeBusy on Exchange 2007
Ken Slovak - [MVP - O...
0 / 4 31 Mar 2009
My guess is it's a combination of using CDO and Exchange 2007. At least you have a workaround. -- 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 "hoshbad" <hoshi2k@gmx.net> wrote in message...
Copy message body with formatting from Outlook to Word.
wpilgri88@gmail.com
0 / 3 23 Mar 2009
...
Printing TIFF/JPG Attachment
Ken Slovak - [MVP - O...
0 / 2 20 Mar 2009
That would depend on what applications are installed that can handle those file types, and whether or not those applications can be automated at all. You could use a ShellExecute command with a "print" verb and the file path to the image file to call whatever application is registered to handle that file type, but that may or may not work. I know it works for BMP files where MSPaint...
Hot Czech Girl Chat FREE
Puzisie
0 / 1 19 Mar 2009
English - Germany - Czech @ @ Normal IDD call applied. +420 605 233 233...
Hot Czech Girl Chat FREE
Puzisie
0 / 1 18 Mar 2009
English - Germany - Czech @ @ Normal IDD call applied. +420 605 233 233...
Hot Czech Girl Chat FREE
Puzisie
0 / 1 18 Mar 2009
English - Germany - Czech @ @ Normal IDD call applied. +420 605 233 233...
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....
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)