Recent content by apugarte

  1. A

    assign unique number email

    It says somethin like this: Maybe the program which created the attachment is not installed properly or been moved or deleted. Reinstall the program (I have a spanish OL version)
  2. A

    Can't read my mails if they are on a folder...

    I have a 17.5GB mailbox. It has too many folders as you may imagine... Well, right now if I try to look for an especific mail, I exapand my folders to reach the one that contains the mail I'am lookin for... But suddenly it appears like all my folders ar dissapearing, then Outlook goes to a...
  3. A

    assign unique number email

    Thank you so much... Yesterday the first code worked fine... Today I received an error on this line: Set myOlApp = CreateObject("Outlook.Application") (The error - 2146959355 (8008005), it says that probably I need to reinstall my program) So I couldn't try...
  4. A

    Assign a unique number to every message I send

    I found this code on your slipstick page... It almost cover my needs... I need to assign a number to every message I send, not matter if is randomly assgined o sequentaly, it only needs to be unique for each message... Public WithEvents myOlApp As Outlook.Application Private...
  5. A

    assign unique number email

    I Tried to copy this onto this code... Public WithEvents myOlApp As Outlook.Application Private Sub Application_Startup() Initialize_Handler End Sub Public Sub Initialize_handler() Set myOlApp = CreateObject("Outlook.Application") End Sub Private Sub...
  6. A

    Show as: Tentative out of office

    In an appointment I can select "Free, busy, out of oficce, and tentative" but, some times is tentative but Out of the office, in my case is important to distinguish when probably I am going to be out of the office... Now I use categories, but will be nice to have that option in the "show as"...
  7. A

    Active task for selected days options

    ACTIVE TASK FOR SELECTED DAYS I really miss this setting (from the Task Pad) in OL XP and before.... Is there any way they can include that setting for the TO-DO bar... at least when is displayed in Calendar view??? AP
Top