ThreadLast AuthorMessages
read/total
Date
seksi djevojka
Pella
0 / 1 11 Jul 2009
...
seksi djevojka
Pella
0 / 1 11 Jul 2009
...
seksi djevojka
Pella
0 / 1 10 Jul 2009
...
seksi djevojka
Pella
0 / 1 10 Jul 2009
...
About LastModificationTime on _AppointmentItem
Dmitry Streblechenko
0 / 5 10 Jul 2009
What do you see in OutlookSpy if you select the appointment in question and click the Item button? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "MB34" <mrbaseball34@hotmail.com> wrote in message news:771e0000-b634-48d3-b9de-853b0744bc38@y17g2000yqn.googlegroups.com... > On Jul 9, 12:24 pm, "Ken Slovak - [MVP -...
Automatically extract attachments?
Michael Bauer [MVP - ...
0 / 2 10 Jul 2009
The hard way is to write a service that is running on the server, there's no VBA possible. Easier is it with some VBA code running in Outlook, which of course means that Outlook must be running. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : <http://www.vboffice....
MailEnvelope not working in Excel 2007
lowspark
0 / 3 10 Jul 2009
...
Custom Action or Script to Purge Deleted Messages on IMAP account
BP1973
0 / 1 10 Jul 2009
Hello Frank, THis is a very old posting but I though I would check to see if you can help since I see you found a solution for one of my questions. Can you share the steps t create a rule to copy a message to the IMAP DELETED FOLDER? I would really really appreciate it! "Frank M." wrote: > I have searched throughout the forums to find out how to automatically purge >...
Mails getting marked as spam, but why?
Luc
0 / 2 10 Jul 2009
On Fri, 10 Jul 2009 03:36:19 -0700 (PDT), Gerhard <neugii@gmail.com> wrote: > Hi, > > i didn't found a other group where this would fit. Look harder next time? The .general group maybe, spam and scripting are not exactly related so it will at least fit /better/. > if i send a email to my self they go directly to the Income folder at > my cosumer they are going to the spam...
VB window is opening on unlock of computer
JP
0 / 2 10 Jul 2009
...
AppointmentItem.BeforeDelete Event
Sue Mosher [MVP]
0 / 5 09 Jul 2009
Sorry about the bad line wrapping. Those Set statements can have an underscore line break in them to make them display better in this newsgroup: Set objCalFolder = _ Application.Session.GetDefaultFolder(olFolderCalendar) Set objDelFolder = _ Application.Session.GetDefaultFolder(olFolderDeletedItems) "Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in message...
STILL IS NOT AVAILABLE... Run A Script not listed in rules wiz
laavista
0 / 13 09 Jul 2009
THANK YOU for your help with this!!! I appreciate your time! "Sue Mosher [MVP]" wrote: > Don't move the copy until you've finished deleting the attachments. Also, > deleting inside a For Each ... Next loop won't work because each deletion > resets the index. Use a down-counting loop instead: > > With objMailCopy > count = .Attachments.Count > For i = count...
Obtain property value by name
Sue Mosher [MVP]
0 / 5 09 Jul 2009
ItemProperties was added in a version after Outlook 2000. I don't remember which. Please give your Outlook version whenever you post a new issue here; it's almost always relevant. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "MB34"...
Run rules
Sue Mosher [MVP]
0 / 2 09 Jul 2009
In versions before Outlook 2007, that can't be done. In Outlook 2007, you use the technique shown in the code sample at http://www.outlookcode.com/codedetail.aspx?id=1266 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kash" <Kash@discussions....
Running a Macro when email arrives
Sue Mosher [MVP]
0 / 1 09 Jul 2009
Do you mean an attached worksheet? Use the Attachment.SaveAsFile method to save it to the local drive, then use standard Excel automation to open 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 "Rob Girard" <rob@girard.com> wrote in message news:... >...
NULL
Ken Slovak - [MVP - O...
0 / 7 09 Jul 2009
If I could only be so lucky... <g> -- 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 "Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message news:uz%235G3FAKHA.4168@TK2MSFTNGP05.phx.gbl... > Ah! I am starting to forget...
Folder Switch Event
Douglas Quaid
0 / 1 09 Jul 2009
Never mind. Figured it out. -- Douglas Quaid...
Running a Macro when email arrives
Rob Girard
0 / 1 09 Jul 2009
Hi Sue, Your script is very useful and I have mange to create this to flash up with a msg box when the email arrives with a specific subject. Is there a way I can use this same code to open an Excel document? Thanks Rob url:http://www.ureader.com/msg/1081942.aspx...
Move email via script - Outlook 2003
Robert Haines
0 / 1 09 Jul 2009
I have a script that will move the email from a specific person to an archive folder. The problem is that thg received date is reset to the date and time of when the script is ran. Is this normal behaviour? if so is there a way around it? Code is as follows..... Function Quote(MyText) Quote = Chr(34) & MyText & Chr(34) End Function 'On Error Resume Next Const olFolderInbox...
Can I determine if an item is in a shared calendar?
Dmitry Streblechenko
0 / 5 09 Jul 2009
Hmmm.. So when you get Null from Folder.Store, you have a delegate folder... -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Tadwick" <Tadwick@discussions.microsoft.com> wrote in message news:A50090FE-2E44-46A8-8CBA-F7DB53435DC1@microsoft.com... > Dmitry, > > This doesn't work for shared folders: > > > http://msdn....
Programming Tutorial
Sue Mosher [MVP]
0 / 2 08 Jul 2009
You might want to start with the language-specific basics listed at http://www.outlookcode.com/article.aspx?ID=43 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Jinger" <Jinger@discussions.microsoft.com> wrote in message...
Changing calendar views
Sue Mosher [MVP]
0 / 11 08 Jul 2009
You can use the Outlook VBA code sample at http://www.outlookcode.com/codedetail.aspx?id=1507 to get the all the IDs for an Explorer. Or use the Outlook Spy tool from http://www.dimastr.com/outspy/, as Ken suggested. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article....
How to clear categories
donwms
0 / 3 08 Jul 2009
I added msgbox to prove that script was being executed. It was, but now the categories are getting cleared. That obviously implies that previously it was not getting executed, but I don't have a clue why. Regardless, it works now; so thanks. Don Williams -- donwms http://forums.slipstick.com/...
design buttons in email body
Sue Mosher [MVP]
0 / 2 07 Jul 2009
No, buttons in the email body are not possible, but you can use a custom form voting buttons and put code in the Item_CustomAction event handler of your published custom form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "sam" <sam@discussions....
task getting stuck
Sue Mosher [MVP]
0 / 6 07 Jul 2009
I don't know of any work that's been done to quantify the different contributions that graphics, field definitions, control properties, code, etc. make to a custom form. A copy of Outlook Spy or MFCMapi.exe would give you a better picture of the hidden form message and what it actually contains. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming:...
Plugin registering the same email twice.
Ken Slovak - [MVP - O...
0 / 6 07 Jul 2009
I apologize if you thought I meant your code was messy, I was use "mess of code" with the meaning of a "whole lot of code to look at". I'd recommend stepping the code and seeing exactly where and when that second entry in the database is being made. Are the attachment details table entries also duplicated? In that case it might be worth seeing if your procedure is being called more...
trap outbound mail to update subject
Ken Slovak - [MVP - O...
0 / 2 07 Jul 2009
It's impossible to determine what addin will run things in what order. It depends on the load order of the addins (Outlook VBA is just another COM addin) and which ones register for which events in which order. If that addin is actually hooking to Application.ItemSend() then it might be after or before a VBA hook. If the VBA code must be after the addin massages the data then using...
Calendar private appointments, an unresolved question...
Alan Moseley
0 / 4 07 Jul 2009
GetFreeBusy does not get the start and end times of appointments as you have probably figured out. If a user has created an appointment in their calendar, it will detect whether they have set the 'Show Time As' box to free or busy. If the user has not done this then the method will not return the information that you are expecting. Some sample code:- Public Function...
Run script rule not exectued for first few mails
Luc
0 / 3 07 Jul 2009
After trying it out for two days: this works indeed. Just put some code in the Application Startup event - anything at all, I think - and the incoming mail rule/script will run for every mail from the first one on. No code in the Startup event, and the script is skipped for the first few mails that arrive immediately after Outlook is launched. On Fri, 03 Jul 2009 10:26:56 +0200, Luc...
Make Field Available If A Crietria In The Other Field is Selected
Michael Bauer [MVP - ...
0 / 2 06 Jul 2009
Please look for an example for the CustomPropertyChange event; for instance in the VBA help file. With that it might be possible. -- 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, 2 Jul 2009 07:27:01 -0700...
sort over flagstatus
King Albert
0 / 5 06 Jul 2009
No it was right first time, but I did trip over objectvariable references like I shouldn't anymore :-) Set ol.ActiveExplorer.CurrentFolder = nieuwefolder ol.ActiveExplorer.CurrentView = "Servers" Thank you very much ! Ward "Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in news:#4YTyMk$JHA.4376@TK2MSFTNGP04.phx.gbl: > From your description, it sounds like...
Specify Font Name or Face using VBA Macro in Word
JBark
0 / 3 06 Jul 2009
Thanks Sue - I will check it out and read up on it! "Sue Mosher [MVP]" wrote: > If you use the object browser (F2 in VBA), you'll see that no Outlook > objects have any kind of Font property. You have two choices -- set the > value of the HTMLBody property using fully tagged HTML code (same as in a > web page) or use oItem.GetInspector.WordEditor to return a Word.Document > object...
export to excel 2007
Sue Mosher [MVP]
0 / 2 06 Jul 2009
Try asking in an Access group. This forum is for Outlook 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 "Imran Ghani" <ImranGhani@discussions.microsoft.com> wrote in message news:0F15BD78-9D1F-4911-B73E-6655B3B01F38@microsoft.com... > Hi! I am...
Send reply when email is sent HELP!
laavista
0 / 3 05 Jul 2009
Thank you! This makes sense. "Sue Mosher [MVP]" wrote: > You cannot reply to a message for which the sending process is not yet > complete. Instead, make a copy of the message with the Copy method and > remove all the attachments from the copy. > > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook 2007 Programming: > Jumpstart for Power Users and...
Copy Entire Email Content - Paste into new Task
Sue Mosher [MVP]
0 / 3 03 Jul 2009
Actually, that won't do what everything that Kolz describes and seems to want, because the Body property contains only plain text, not the pictures and formatting. I've posted a new code sample at http://www.outlookcode.com/codedetail.aspx?id=2040 that copies the full formatted body from one Outlook 2007 item to another, taking advantage of Word being the editor for all items except...
Reply forms
Sue Mosher [MVP]
0 / 2 03 Jul 2009
Unless you can publish a custom Outlook form to the Organizational Forms library on your Exchange server, a custom Outlook form is not a viable solution for data gathering. Consider using Microsoft InfoPath, a web page, or a survey generated by Access 2007+Outlook 2007. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and...
How can I copy incoming messages to a msg file using a rule?
Tony
0 / 1 03 Jul 2009
...
Addin to trap email item open
Dmitry Streblechenko
0 / 3 03 Jul 2009
Look at the Application.Inspectors.NewInspector event. It will not let you cancel the action. You can also trap the MailItem.Open event (which is canceable), but that means that you will need to set an an event handler on each selected messages and track the selection by using the Explorer.SelectionChange event. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy -...
Recipient's SMTP address
Dmitry Streblechenko
0 / 2 03 Jul 2009
Firstly, instead of reading the To property, you need to loop through the Recipients collection. Secondly, ff you were using Outlook 2007, you could read the Recipient.AddressEntry.GetExchangeUser.PrimarySMTPAddress property. In older versions of Outlook your only choice is either Extended MAPI (C++ or Delphi) or <plug> Redemption (url below) which exposes AddressEntry.SmtpAddress...
Drag and Drop mails from Outlook to Clarion6 Application
Dmitry Streblechenko
0 / 6 03 Jul 2009
If you can access the Outlook Object Model in Clarion, you shoudl be able to loop through the items in the Application.ActiveExplorer.Selection collection and call SaveAs for each item. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Peter van de Kragt" <peter@Bentis.local> wrote in message...
MailItem from an RSS feed
Dan
0 / 3 02 Jul 2009
Sue, Thank you. You solved my problem. Dan "Sue Mosher [MVP]" wrote: > This is the problem statement: > > Dim Message As Outlook.MailItem > > It makes an assumption that all items being processed are MailItem objects. > If you use Object instead of MailItem for the declaration, your code should > still work fine. > > Also, you should not delete messages inside a For...
Posting Data From MS Access to Outlook
Sue Mosher [MVP]
0 / 2 02 Jul 2009
This sounds like a good application for the Replication API, which allows a MAPI transport provider to replicate data between a dedicated .pst file -- in your scenario, a .pst file containing a calendar folder, and a database or other external data source. See http://msdn.microsoft.com/en-us/library/bb905129.aspx -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007...
Appointment Items in Public Folder calendar
baggers
0 / 3 02 Jul 2009
Sorry Ken, wasn't sure where the query belonged or if different experts might be monitoring different discussion groups. Won't do it again! "Ken Slovak - [MVP - Outlook]" wrote: > Please don't multipost. I answered your question in the > exchange.applications group. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com > Author: Professional Programming Outlook...
Expand Distribution List on Send
Alan Moseley
0 / 2 02 Jul 2009
Does the code at the following url help? http://blogs.msdn.com/webdav_101/archive/2007/11/29/howto-cdo-1-21-vb-expand-a-distribution-list.aspx -- Alan Moseley IT Consultancy http://www.amitc.co.uk If I have solved your problem, please click Yes below. Thanks. "Jennifer" wrote: > Does anyone know of code that I can program into my Meeting Reservation form > that expands...
Help with some issues in Outlook Plugin development
anindasen_0609
0 / 11 02 Jul 2009
Thanks Ken. Problem solved. Regards, Aninda "Ken Slovak - [MVP - Outlook]" wrote: > The To, Cc and Bcc fields can have actual email addresses in them or > "friendly names" such as "John Foobar" or a combination of both. There's no > way to tell, it's just a text field. You can avoid all those problems if you > use the Recipients collection, as both Sue and I have suggested, and...
Send Mail If Statement
JP
0 / 6 01 Jul 2009
...
how to display Bcc if not available?
Rich
0 / 2 01 Jul 2009
Nevermind. Go to Options in a new mail and select Bcc. "Rich" wrote: > According to Outlook help - if Bcc is not visible - you go to the View menu > and select the Bcc field. I don't see a Bcc field. Is there a way to > programmatically display Bcc? Or is this an admin thing where Bcc was > disabled?...
Outlook 2007 crashed when pushing send on a displayed mailitem
Jeroen
0 / 2 01 Jul 2009
Problem solved by starting Outlook with a ShellExecute and then ask the handle for the COM object. Somehow starting Outlook through com causes the exceptio mentioned earlier. "Jeroen" wrote: > Hello, > > I have the following problem: > > When I display a mailitem and push send Outlook 2007 crashed with no error. > It only happens when Outlook is not started when I execute my...
Getting MailEnvelope of a Word document does not work
Ken Slovak - [MVP - O...
0 / 3 01 Jul 2009
So just fall back to getting the email Body or HTMLBody in those cases. It could be corrupted Word documents or just about anything else. -- 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 "Jeroen" <Jeroen@discussions.microsoft....
Colors in Listbox
Guille
0 / 3 01 Jul 2009
can you give me an example please when you do it without VBA .thankyou for your help. "Michael Bauer [MVP - Outlook]" wrote: > > > Maybe you can use rules and the automatic formatting; there's no VBA > necessary. > > -- > Best regards > Michael Bauer - MVP Outlook > > : Outlook Categories? Category Manager Is Your Tool > : VBOffice Reporter for Data Analysis &...
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)