ThreadLast AuthorMessages
read/total
Date
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...
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...
1 / 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
0 / 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
1 / 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...
Setting reminder in outlook based on files created / modified in word.excel
Graham Mayor
0 / 7 22 Feb 2010
Incidentally the Excel version would be as follows - and that too requires a reference to Outlook. Sub AddOutlookApptmnt() Dim ol As New Outlook.Application Dim ci As AppointmentItem Dim strDate As String Dim strDocPath As String Dim strDocName As String strDate = DateAdd("m", 1, Date) strDate = DateAdd("d", 15, strDate) With ActiveWorkbook On Error GoTo CancelledByUser...
marvendas@gmail.com Kit completo de Solenoides ( solenoid ) + chicotePara C...
kit solenoites audiso...
0 / 1 19 Feb 2010
...
marvendas@gmail.com Kit completo deSolenóides ( solenoid ) + chicote Para Câm...
kit solenoites audiso...
0 / 1 19 Feb 2010
...
SendUsingAccount
Michael Bauer [MVP - ...
2 / 17 19 Feb 2010
Thanks for the details, Dmitry. -- Best regards Michael Bauer - MVP Outlook Manage and share your categories: <http://www.vboffice.net/product.html?pub=6&lang=en> Am Thu, 18 Feb 2010 14:49:22 -0700 schrieb Dmitry Streblechenko: > On the low level, there are two ways to set a property - INVOKE_PROPERTYPUT > and INVOKE_PROPERTYPUTREF. > Wherever OOM used to have...
Limit Subject Line
Ken Slovak - [MVP - O...
1 / 2 17 Feb 2010
Sure, with a custom email form and form code. Look for forms information at www.outlookcode.com and if you have any questions post them in an Outlook forms programming 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...
Distribut a signature
Brian Tillman [MVP-Ou...
2 / 2 17 Feb 2010
"smca" <sergiomcandrade@gmail.com> wrote in message news:u7ytHm$rKHA.4652@TK2MSFTNGP02.phx.gbl... >I created an html signature and i would like to use in several clients. > > Is this possible and if yes i can i do it ? Sure. The file will be in %AppData%\Microsoft\Signatures -- Brian Tillman [MVP-Outlook]...
Turn off Outlook spell checking of messages with vba
Graham Mayor
6 / 13 16 Feb 2010
Annoyingly and inexplicably, the original process (that I posted earlier in the thread) worked on my Office 2003 equipped laptop today - regardless of whether I was using Word or Outlook's own editor. The only difference is that the laptop had hibernated overnight. Nothing else had changed :( In the circumstances I will wait to see if there is any user feedback before decideing what...
Using VBA to send Word document as body of message works in 2007, but not in ...
Doug Robbins - Word MVP
1 / 9 16 Feb 2010
Thanks, Sue. I have now determined that it must be something to do with the particular installation of Office. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "Sue Mosher [MVP]" <suemvp@gmail.com> wrote in message...
All day events only show up for first day
M
1 / 17 10 Feb 2010
Thank you. So it was the collection that was the issue, not the way Outlook stores all day events, as I had thought. At least now I know what was causing the event to only show up once. I ran a test and even if the event started before the date range, it will still show up in the collection as long as the event falls within the date range. But the collection will only return the...
run macro when mail received
jason
0 / 3 09 Feb 2010
...
How do I copy a form to other machines
Sue Mosher [MVP]
0 / 2 09 Feb 2010
From the Forms Manager dialog, you can export the published custom form as an .fdm file and use that same file and dialog to import on other machines. See http://www.outlookcode.com/article.aspx?id=27 for other ideas. FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public....
Outlook VBA application_startup code not firing
JP
1 / 4 09 Feb 2010
...
Custom File As
JP
3 / 4 08 Feb 2010
...
I want to write to a text box on a modified form
Sue Mosher [MVP]
2 / 2 08 Feb 2010
See http://www.outlookcode.com/article.aspx?ID=38 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Michelle" <mh_londonNOJUNK@hotmail.com> wrote in message news:DF25A087-0CE0-434F-90EA-C0DAB7337FD6@microsoft.com... > Hello, I have a macro that finds all...
Test message - plesae ignore
Michelle
1 / 1 08 Feb 2010
Please ignore this, just setting up...
Reminder for Task Item.
JP
2 / 5 08 Feb 2010
...
Invisible Item Properties on MailItems?
Dmitry Streblechenko
0 / 6 03 Feb 2010
If you are using Outlook 2007 or higher, you can use MailItem.PropertyAccessor to access any MAPI property. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Wolfixx" <wolfixx@gmx.at> wrote in message news:%23aHYSF5mKHA.4628@TK2MSFTNGP06.phx.gbl... > Thanks Sue > > I sorted it out. It seems that there are several custom...
Script to be scheduled as a batch job to send a message
M
0 / 3 01 Feb 2010
Hi Marius: This will get you on the right track and should meet all your requirements: 1.) Check out the sample script at http://gallery.technet.microsoft.com/ScriptCenter/en-us/9c466507-a57a-4bfc-bae2-289441804375. 2.) The script requires CDO (Collaboration Data Objects), which is not installed with Outlook 2007. You can download it from http://www.microsoft.com/downloads/details....
Class Factory Cannot Supply Requested Class
Doug Lowe
1 / 1 26 Jan 2010
Help! I'm getting this error whenever I run any macro. I'm using Office 2003 Small Business and have upgraded it with the latest updates. I have a few dozen macros in a VbaProject.OTM file, which I have deployed to about 50 users simply by copying the OTM file. It is failing only on one user, and it worked for him for about a year before it failed. I have tried re-copying the OTM file,...
imap move deleted email to TRASH in outlook
andre cloete
12 / 12 22 Jan 2010
i got this code http://www.telekawaru.com/outlookimap/ it looks for an event on delete and then move the deleted email to TRASH while the email is hidden in the folder it was deleted. purging happens later. when i compile it in outlook 2003 i get "user defined type not define". i can not figure out what is missing. think there is a reference missing, but do not know which one. i am not a...
AccessXP to Outlook2007 issue
bobh
1 / 1 21 Jan 2010
Hi, I'm hoping someone can help me understand what is going on with the following senario. I have posted this in the Access forum but have not recieved any replies so I thought I would try here. I have AccessXP with Outlook2007 and this vba code on a form in Access which sends an email, with Outlook 'closed' this code works as long as I attach a file. If I comment out the ....
outlook hide quoted text vba
JP
2 / 2 19 Jan 2010
...
37 Drivers Firmware para R4i, M3i Zero, Ezflash Vi
tesddalw
0 / 1 19 Jan 2010
Hola me he vuelto loca buscando los drivers para mi r4i y porfin navengado la he encontrado. Os dejo de donde he conseguido el firmware para mi r4i http://www.cartuchosdsi.es/wiki/descarga-drivers-firmwares-r4ir4-sdhcezflash-vi-m3i-zero.html Chao KjT(KMlo&)luqsKSrcxVuGh!b...
Look for patterns in Recipient Address
Sue Mosher [MVP]
0 / 4 18 Jan 2010
Use the Instr() function to search for substrings; look it up in Help. Or, learn how to use regular expressions to do pattern matching. See http://www.outlookcode.com/article.aspx?ID=41 for links to RexEx resources. And there's nothing weird about the recipient address. If you're in an Exchange organization, it's perfectly normal to have a long address in X.400 format. -- Sue...
Modifying value of To field on new mail
tyralia
1 / 4 14 Jan 2010
Ok nevermind, it seems it was just because I was using 'Set' in the line "Set myCount = 1", took that out and now it works. Thanks for your help....
Drag&Drop mail items to other applications...
Dmitry Streblechenko
0 / 5 11 Jan 2010
No, this has nothing to do with MAPI, Redemption, or even Outlook. The window that accepts the drop event needs to handle these formats, there is no way aorund that. The only workaround is to assume that since you are getting a drop even from Outlook, the messages need to be selected first, hence you can use the Application.ActiveExplorer.Selection collection. -- Dmitry...
Set time for calendar start/end times via VBA
Sue Mosher [MVP]
1 / 13 07 Jan 2010
As I said, it goes after any code that uses the item you want to close. It would be helpful if you quoted enough of the previous discussion so those of us using offline newsreaders can follow it. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54...
Outlook Macro VBA
Sue Mosher [MVP]
1 / 2 05 Jan 2010
Outlook version? FYI, objSel is a Selection object, not a string, so it would be better to write: objIEApp.Navigate "http://support.ticket.com?ticid=" & objSel.Text -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 <Onno de Vries> wrote in...
Archive Mail Item directly after clicking the "Send" button
Dmitry Streblechenko
2 / 2 31 Dec 2009
Instead of explicitly moving the message, set the SaveSentMessageFolder property before sending the message: MyMail.SaveSentMessageFolder = mySentDel MyMail.Send -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - <Axel Gehrke> wrote in message news:2009123018843axel.gehrke@bshg.com... > My "Sent...
Save Outlook Message (Email) to MSG Compound File in Outlook 2010
Dmitry Streblechenko
2 / 4 26 Dec 2009
What are the relevant snippets of your code? Can you open the MSG file in OutlookSpy (click Misc | OpenIMsgOnIStg)? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Stuart Bray" <stu.bray@gmail.com> wrote in message news:db56a01e-cbbe-436f-96c5-e85c8dd94650@b36g2000prf.googlegroups.com... > Hi All, > > I've got code that...
Send Email using SendObject fails when sending more than one time.
Ken Slovak - [MVP - O...
2 / 2 22 Dec 2009
DoCmd uses Simple MAPI, which can be problematic at times with Outlook. Do you get an Outlook window with the DoCmd call? Usually you get a modal mail window that when sent will allow the Outlook session in the background to close. In general you are always better off using the Outlook object model and Outlook automation, rather than using Simple MAPI commands. -- Ken Slovak...
Outlook Fails to send when not visible
Ken Slovak - [MVP - O...
2 / 5 17 Dec 2009
To get an Explorer object you can use MAPIFolder.GetExplorer(). To show the Explorer you use the Explorer.Display() method. -- 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 "McKilty" <bluesbrthr@gmail.com> wrote in message...
Can a macro work just inside Outlook ?
Roger
1 / 2 04 Dec 2009
I have reposted this to outlook.programme_vba as I think this is the wrong group ! Roger "Roger" <help-me@skynet.be> wrote in message news:O3tKrcLdKHA.2184@TK2MSFTNGP04.phx.gbl... >I am using Outlook 2003. I have written vba for macros in other office apps >but not Outlook. We get a lot of emails with sales details. Many are >forwarded to another email address outside the company...
56
tesddalw
1 / 1 02 Dec 2009
Visitanos en www.Dsiconsolas.com COMPRAR R4I Dsi en www.Dsiconsolas.com COMPRAR R4I-SDHC.COM en www.Dsiconsolas.com COMPRAR M3i Zero en www.Dsiconsolas.com COMPRAR EZFLASH VI www.Dsiconsolas.com TbVS>.,#jgX.JeH#fes>#!D(,...
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)