Jump to content

outlook dialog aufrufen


Recommended Posts

hallo,

müsste in ms-outlook 2002 (XP) unter win2k den menüpunkt "datei/datendateiverwaltung..." anwählen bzw. den dialog "outlook-datendateien" aufrufen, um dort dateien hinzuzufügen.

mit

ControlSend("classname=rctrl_renwnd32","MsoDockTop","MsoCommandBar1","{ALT}{D}v{ENTER}")

funktioniert das nur bedingt, da auch "Datei/Achivieren..." den gleichen shortcut hat und somit nicht immer der gewünschte dialog aufgeht, manchmal wird auch der druckdialog angezeigt.

mit

WinMenuSelectItem("Inbox - Microsoft Outlook","","&Datei","Datendatei&verwaltung...")

geht gar nix

vielleicht hat schon jemand ähnliches geschafft?!

danke

Link to comment
Share on other sites

WinMenuSelectItem will only work on standard menus. Unfortunately, many menus in use today are actually custom written or toolbars "pretending" to be menus. This is true for most Microsoft applications.

Try this:

WinActivate("Posteingang - Microsoft Outlook")
Send("!dw")

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Hi,

nur zur info. Es gibt auch ein sehr gutes deutsches Forum.

http://autoit.aufwaerts.de/index.php

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...