Sie sind vermutlich noch nicht im Forum angemeldet - Klicken Sie hier um sich kostenlos anzumelden Impressum 
Sie können sich hier anmelden
Dieses Thema hat 20 Antworten
und wurde 263 mal aufgerufen
 Skripte und Zusatzprogramme
Seiten 1 | 2
Marius Raabe Offline



Beiträge: 718

07.03.2011 12:49
RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Aus meiner kleinen Rubrik „Dinge, die die Welt (fast) nicht braucht“ hier noch ein Exemplar:

Ich finde es sehr angenehm, von einer beliebigen Stelle der Arbeitsumgebung mit einem einzigen Sprachbefehl direkt zum Posteingang von Outlook wechseln zu können. Das lässt sich relativ einfach bewerkstelligen, nämlich durch ein Skript (Advanced Scripting, also nur ab Professional aufwärts), beispielsweise mit dem Namen „Posteingang“ (funktioniert jedenfalls bei meinem Outlook 2007).

Sub Main
AppSwapWith "OUTLOOK"
Wait .1
SendSystemKeys "{Umschalt+Strg+I}"
End Sub

Schwieriger ist es jedoch für den Ordner „Gesendete Objekte“, den ich auch ab und an gerne direkt aufrufen möchte, also ohne zunächst zu Outlook zu wechseln. Hierfür gibt es meines Wissens in Outlook nämlich keine vergleichbare Tastenkombination wie für den Posteingang.
Mein Workaround ist ein kleines Skript, welches Outlook aufruft, den Mauszeiger relativ zum Fenster (daher die "1" als erste Zahl) an diejenige Stelle setzt, wo sich unter den Favoritenordnern bei mir der entsprechende Ordner befindet und dann einmal mit der Maus klickt. Die richtige Mausposition muss man natürlich individuell herausfinden, dazu hat "monkey8" in diesem Forum schon ein Skript vorgestellt. Es gibt auch andere Möglichkeiten, aber ich möchte nicht die Urheberrechte von Larry V. Allen verletzen oder gar plagiieren...

Sub Main
AppSwapWith "OUTLOOK"
Wait .1
SetMousePosition 1,73,194
ButtonClick
End Sub

In Wahrheit schreibe ich das natürlich alles nur in der Hoffnung, dass jemand eine bessere Lösung präsentiert.

Beste Grüße, Marius Raabe

Dragon NaturallySpeaking 11.5 Legal
Windows 7 Prof. 64-Bit, Office 2010, Jarte Plus
Philips SpeechMike II Pro Plus, SpeechMike III, SpeechMike Air, PDCC 2.8
Intel Core2 Quad Q9550, 2,83 GHz, 2x6MB L-2, 8 GB RAM

monkey8 Offline



Beiträge: 315

07.03.2011 16:42
#2 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Good day to you Marius

In the English versions of DNS we have some inbuilt Natural Language Commands to achieve the above tasks e.g.

"View inbox"
"views sent items"

whilst I appreciate that these are probably not available to a German profile I know a lot of you are also using English profiles from time to time.

Best wishes
Lindsay

Marius Raabe Offline



Beiträge: 718

07.03.2011 17:31
#3 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Lindsay,
good to "hear" from you.
In a German profile, you can simply say the equivalent to "sent items" while Outlook is the active window and the favorite folders list is visible. You can also say the equivalent to "go to the sent items folder" (even without the favorite folders list visible). In this respect, the German profile seems to be as well equipped as the English one.
But you can do neither of this directly from within another application by built-in commands, that's why...

BTW: When you use an English user profile with a German version of Outlook, all these commands do not work.

Best, Marius

Dragon NaturallySpeaking 11.5 Legal
Windows 7 Prof. 64-Bit, Office 2010, Jarte Plus
Philips SpeechMike II Pro Plus, SpeechMike III, SpeechMike Air, PDCC 2.8
Intel Core2 Quad Q9550, 2,83 GHz, 2x6MB L-2, 8 GB RAM

monkey8 Offline



Beiträge: 315

07.03.2011 19:56
#4 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Marius.

Apologies I should pay a bit more attention or be a bit more clear, I was thinking of avoiding the screen resolution independence of the commands by using something like the following lines after you have done your application swap to Outlook.

HeardWord"sent", "items"
or
HeardWord"view","sent","items"

However, if you do not have these Natural Language Commands with your English profiles then they won't be much good will they I guess you could still use them with your German Natural Language Commands and avoid different resolution problems.

Best wishes.
Lindsay

Marius Raabe Offline



Beiträge: 718

07.03.2011 20:45
#5 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Lindsay,

point taken! I could put it HeardWord "Gesendete", "Objekte"
But still I do think that the mouse position command deploys more quickly.

Best, iPadding Marius

Dragon NaturallySpeaking 11.5 Legal
Windows 7 Prof. 64-Bit, Office 2010, Jarte Plus
Philips SpeechMike II Pro Plus, SpeechMike III, SpeechMike Air, PDCC 2.8
Intel Core2 Quad Q9550, 2,83 GHz, 2x6MB L-2, 8 GB RAM

jask Offline



Beiträge: 146

07.03.2011 22:21
#6 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Hallo,

ich habe einfach den "Gehe zu"-Befehl in mein Skript aufgenommen:

STRG + Y
Pos1 (um an den Anfang der Liste zu kommen)
"Ges"
Enter


Das Ganze habe ich für alle Ordner gemacht die ich regelmäßig aufrufe, Gesendete Objekte, Gelöschte Objekte, Spam, meine Sortierordner, etc.

Outlook 2007 ...

monkey8 Offline



Beiträge: 315

08.03.2011 01:48
#7 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Marius

There are two types of scripts that I really don't like using and one is mouse position commands and the other is HeardWord because of the speed issue that you rightly point out so neither is ideal and probably Jask's solution is better.

I tend to use Quick Steps commands with Outlook because I did these years ago and they work 100%. Anyone not familiar with them then just say "Quick Steps" followed by "Create New" and you'll get an idea of what you can do with them. Marius as always I rely on you to point out the name differences between the English and German versions but you will see all of these on the Home ribbon. Probably the most valuable commands in the Quick Steps are the "Move to… Folder" type commands.

Once you add a Quick Step command it is picked up automatically by Dragon using the active accessibility API in most cases. However once you have added rather a lot of these commands then some of them are hidden by the UI due to lack of space on the ribbon so you may need to open the particular e-mail maximised to pick up all of your quickstep commands by active accessibility.

Jask

thanks for that and probably the best solution if not adding additional folders all the time.

Best wishes
Lindsay

Marius Raabe Offline



Beiträge: 718

08.03.2011 07:29
#8 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Lindsay,
I marvel at you once more, this time for your apparent ability to bend time backwards by using Outlook 2010 since "years ago" - or am I mistaken in thinking that quick steps and a ribbon were first introduced in Outlook 2010 (which I do not use so far, please forgive a German Hinterwaeldler). Until now, I thought only Chuck could do things like this (going back in time, I mean), but maybe you found his secret Ph.D. thesis describing the method.

Jask,
thanks, good idea. These are supposed to be SendKeys commands, aren't they?

Marius

Dragon NaturallySpeaking 11.5 Legal
Windows 7 Prof. 64-Bit, Office 2010, Jarte Plus
Philips SpeechMike II Pro Plus, SpeechMike III, SpeechMike Air, PDCC 2.8
Intel Core2 Quad Q9550, 2,83 GHz, 2x6MB L-2, 8 GB RAM

monkey8 Offline



Beiträge: 315

08.03.2011 13:14
#9 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Ah Marius indeed a fair catch, however you forget that any of the following could be my reply, I will let you choose the most apt, all of course are true.

a) being a close associate of Bill Gates for many years I actually developed the quickstep commands for Microsoft Office 2007 but Bill decided not to use them because he would then have difficulty persuading people to upgrade to office 2010.

b) when I was designing the space shuttle I wrote the quickstep software in by lunchtime and have recently donated it to Microsoft as a goodwill gesture.

c) many years = 10 months (or over one year if you include the beta)

d) silence is the most irrefutable response to such an accusation.

Lindsay

jask Offline



Beiträge: 146

08.03.2011 13:43
#10 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Hallo zusammen,

ist das etwas, was nur in Outlook 2010 funktioniert(das mit den Quicksteps)?gibt es einen ähnlichen Befehl in der deutschen Version?

Danke

Marius Raabe Offline



Beiträge: 718

08.03.2011 14:12
#11 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Jask,
ja, das funktioniert nur unter Outlook 2010, soweit ich weiß - das wollte ich mit meinen kryptischen und ausländischen Äußerungen oben sagen.

Lindsay,

you see me me smile at a) through c) and choosing d).

Marius

Dragon NaturallySpeaking 11.5 Legal
Windows 7 Prof. 64-Bit, Office 2010, Jarte Plus
Philips SpeechMike II Pro Plus, SpeechMike III, SpeechMike Air, PDCC 2.8
Intel Core2 Quad Q9550, 2,83 GHz, 2x6MB L-2, 8 GB RAM

R.Wilke Offline



Beiträge: 6.334

11.03.2011 21:59
#12 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Lindsay & Marius,

instead of wrapping your legs around your necks, how about trying a somewhat more programmatical approach for a change? Just asking this, you know, and wondering why you didn't think of it.

You can use the following script to start or switch to Outlook and display the sent mails folder no matter where you are, well as long as you are sitting in front of your computer, running Dragon, and didn't forget to refer to the MS Outlook library of course. Although I won't be too surprised if it doesn't work for Marius from the start obviously.

You could also play around with it by adding a list to the command and reading the ListVar1 variable using a Select Case statement and referring to any of the available GetDefaultFolder arguments in order to display any other folder you want, but we might have to ask somewhere else to get more detailed information on how to do it exactly.

Have fun with it, but don't break it if it doesn't need fixing

CR

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 

Sub Main
 
AppSwapWith("Outlook")
 
Dim olApp As Outlook.Application
Dim myFolder As Outlook.Folder
Dim myNamespace As Outlook.NameSpace
 
Set olApp = New Outlook.Application
Set myNamespace = olApp.GetNamespace("MAPI")
Set myFolder = myNamespace.GetDefaultFolder(olFolderSentMail)
 
myFolder.Display
 
Set myFolder = Nothing
Set myNamespace = Nothing
Set olApp = Nothing
 
End Sub
 
 

_______________________________________

Dragon Professional 16 auf Windows 10 Pro und Windows 11
SpeechMike Premium (LFH3500); Office 2019 Pro + Office 365 (monatliches Abo)
HP ZBook Fury 17 G8 - i7-11800H - 24 MB SmartCache - 32 GB RAM - 1 TB SSD

monkey8 Offline



Beiträge: 315

11.03.2011 23:04
#13 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Let's face it, you are just the King of Microsoft Outlook objects. When I was in Vietnam, having inhaled too much orange gas and surrounded by 20,000 Vietcong I wrote a similar script but I completely forgot about it, would you believe it!

Richie Blackmore

R.Wilke Offline



Beiträge: 6.334

11.03.2011 23:07
#14 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Your are such a smooth dancer from my perspective!

_______________________________________

Dragon Professional 16 auf Windows 10 Pro und Windows 11
SpeechMike Premium (LFH3500); Office 2019 Pro + Office 365 (monatliches Abo)
HP ZBook Fury 17 G8 - i7-11800H - 24 MB SmartCache - 32 GB RAM - 1 TB SSD

Marius Raabe Offline



Beiträge: 718

12.03.2011 10:17
#15 RE: Outlook-Ordner "Gesende Objekte" von überall aufrufen Zitat · Antworten

Lindsay,
thanks for your efforts to untangle my limbs! Your approach - though elegant as always and far beyond my programmatical means - seems to have one side effect I would humbly consider disadvantageous (though this is just my opinion), namely that it opens an additional Outlook window (which I have to close after I am done with whatever I wanted to look for in that folder). I prefer to have just one Outlook window lurking in a corner of my screen, so, for the time being, I think I will stick to the leg-wrapping version ...

Have a nice weekend,

Marius

Dragon NaturallySpeaking 11.5 Legal
Windows 7 Prof. 64-Bit, Office 2010, Jarte Plus
Philips SpeechMike II Pro Plus, SpeechMike III, SpeechMike Air, PDCC 2.8
Intel Core2 Quad Q9550, 2,83 GHz, 2x6MB L-2, 8 GB RAM

Seiten 1 | 2
Ähnliche Themen Antworten/Neu Letzter Beitrag⁄Zugriffe
Ordner dataarchiv mehr als 30 GB groß
Erstellt im Forum Fragen zur Anwendung von Harald
2 08.04.2024 12:40
von Harald • Zugriffe: 227
Dragon und das neue Outlook
Erstellt im Forum Fragen zur Anwendung von rc.otto
1 04.03.2024 09:01
von Marius_ • Zugriffe: 135
Kann der Temp-Ordner von Nuance Dragon nach der Installation gelöscht werden?
Erstellt im Forum Fragen zur Anwendung von Max.T
7 15.01.2024 09:27
von Max.T • Zugriffe: 211
Dragon Legal 16 – erste Erfahrungen
Erstellt im Forum Berichte und Tipps von Marius_
4 29.03.2023 17:27
von royaltyrant • Zugriffe: 1079
Email
Erstellt im Forum Fragen zur Anwendung von OskarAusDerTonne
2 14.01.2023 12:34
von R.Wilke • Zugriffe: 97
Welches ist die aktuell ausgereifteste Version auf individual professional
Erstellt im Forum Fragen zur Anwendung von Festinalente1975
0 12.04.2022 07:48
von Festinalente1975 • Zugriffe: 430
Leertaste ... od. Leerzeichen, Leerschritt
Erstellt im Forum Fragen zur Anwendung von Vieta
2 09.03.2022 21:20
von Vieta • Zugriffe: 211
Dragon Professional und Outlook 365
Erstellt im Forum Fragen zur Anwendung von Berthold
1 16.12.2021 10:40
von Marius_ • Zugriffe: 510
Dragon Naturallyspeaking 13 und Office 2019, Outlook stürzt ab.
Erstellt im Forum Fragen zur Anwendung von 7D
2 01.12.2021 12:54
von pesa • Zugriffe: 524
Mit Sprachbefehl Dateien bei E-Mails anhängen
Erstellt im Forum Skripte und Zusatzprogramme von Kasjan
2 13.12.2020 12:20
von Kasjan • Zugriffe: 376
 Sprung  
Xobor Ein Kostenloses Forum | Einfach ein Forum erstellen
Datenschutz