Recent content by Victor Rosenberg

  1. V

    Unchecking my calendar and leaving shared one visible

    I use a shared calendar (my wife's). However, when I open outlook, my own calendar is always checked as the visible calender. sometimes it is both, sometimes just mine - never just the shared one. Hiding my calendar does not help - in fact it does not seem to do anything. does anyone know...
  2. V

    VBA Categories unrelated to visible calendar and Visual appointment Categories

    it is not picked up in the Calander or the appointment window. nor is the category that IS in the window visible to VBA. They each work fine (VBA and GUI), but they are simply not the same property.
  3. V

    VBA Categories unrelated to visible calendar and Visual appointment Categories

    I see Categories in the appointment Gui. I also see the following VBA methods, properties, and uses. MyEvent.ShowCategoriesDialog MyEvent.Categories (sting also set by =) CategoryArray = Split(MyEvent.Categories, ",") My problem is that the GUI Categories and the...
  4. V

    Auto-Submitted: auto-replied in header

    My wife recently left her firm and I am setting her up at home -- which means without exchange. I see that the standard answer for a non-exchange out-of-office uses rules. SO I ma using rules -- with some minor VBA adjustments to turn on/off the rule and keep that status visible . My...
  5. V

    Locate item Account

    Thanks - that works very well. The value given includes the return email address as well as the account name.
  6. V

    Locate item Account

    I thank you gain for your help, but that does not appear to match my tests. I have 3 Accounts. at least 98% of all my mail is sent directly to one of these accounts. They come in to 3 different PSTs, but after receipt I move them around to either a 4th "temp" pst or to my main pst. In the...
  7. V

    Locate item Account

    thanks for the quick response Unfortunately all I get is a blank in the msgbox I did add a [MsgBox Mail.Sender] to assure I had the right email, and tried it on several different emails. All report a blank. Thanks again for trying Vic
  8. V

    Locate item Account

    I receive email from 6 different emails accounts. In the display I can see the name of the account. but can not find how to recognize it in VBA as a property of the mail item. Any help would be appreciated. thanks
Back
Top