 |
|
 |
|
Next: Oracle DBA & Oracle 10g AS Admin position in ..
|
| Author |
Message |
External

Since: Feb 14, 2008 Posts: 5
|
(Msg. 1) Posted: Mon Jun 23, 2008 5:56 pm
Post subject: How to open OutlookExpress on a specific account? Archived from groups: comp>databases>paradox (more info?)
|
|
|
My problem is simple, but i don't Know how to do it:
If i have this code on a button:
method pushButton(var eventInfo Event)
execute("C:\\Program Files\\Outlook Express\\msimn.exe", Yes, ExeShowNormal)
endMethod
I can open Outlook Express from Paradox, but OE is always opened on a
default account
what I want to do is to open OE on a specific account
I don'know how to do it
i.e
Regis home account: with this e-mail regis.home DeleteThis @myfai.fr login regishome,
password: azerty
Regis professional account e-mail regisprof DeleteThis @myfai.fr login
regispro, password qwerty
and so on...
Any ideas how to do it
Thanks in advance
Régis >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Feb 14, 2008 Posts: 5
|
(Msg. 2) Posted: Mon Jun 23, 2008 5:59 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I forgot to mention:
XP and not Vista, P10 .0.0.719 and BDE 5.1.1.1
Outlook Express 6.00.2600
"Régis" a écrit dans le message de
485fc7ab$1@pnews.thedbcommunity.com...
> My problem is simple, but i don't Know how to do it:
> If i have this code on a button:
>
> method pushButton(var eventInfo Event)
> execute("C:\\Program Files\\Outlook Express\\msimn.exe", Yes,
> ExeShowNormal)
> endMethod
> I can open Outlook Express from Paradox, but OE is always opened on a
> default account
>
> what I want to do is to open OE on a specific account
> I don'know how to do it
>
>
> i.e
> Regis home account: with this e-mail regis.home.TakeThisOut@myfai.fr login
> regishome, password: azerty
> Regis professional account e-mail regisprof.TakeThisOut@myfai.fr login
> regispro, password qwerty
> and so on...
>
> Any ideas how to do it
> Thanks in advance
> Régis
>
>
> >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Feb 27, 2008 Posts: 4
|
(Msg. 3) Posted: Mon Jun 23, 2008 10:10 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Bonsoir !
OE ne pouvant pas être piloté par COM / OLE-automation, il reste la
solution des sendkeys.
Malheureusement, il y a des variations. Par exemple, une identité peut
avoir, ou non, un mot de passe. Et, la position dans la liste n'est pas
garantie.
Bref, ce n'est pas très simple. Car il faut alors analyser le contenu
textuel des contrôles, chose pas évidente.
Bon courage.
MCI >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Jun 25, 2008 Posts: 3
|
(Msg. 4) Posted: Wed Jun 25, 2008 11:03 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Simple translation appended below for non-french speakers
apologies for my rusty french, I disclaim all responsibility for any and
all consequences resulting from my translation attempt. Read it at your
peril.
On Mon, 23 Jun 2008 22:10:09 +0200, Méta-MCI (MVP) wrote:
> Bonsoir !
>
> OE ne pouvant pas être piloté par COM / OLE-automation, il reste la
> solution des sendkeys.
> Malheureusement, il y a des variations. Par exemple, une identité peut
> avoir, ou non, un mot de passe. Et, la position dans la liste n'est pas
> garantie.
> Bref, ce n'est pas très simple. Car il faut alors analyser le contenu
> textuel des contrôles, chose pas évidente.
>
> Bon courage.
>
> MCI
Good evening
OE cannot be driven by COM / OLE-automation, there remains the solution of
using sendkeys.
Unfortunately, there are some variations (alternatives?). For example, an
identity can have, or not (have), a password. And, the position within the
list isn't guaranteed.
In brief, it isn't very simple, because it is then necessary to analyse
the text output of the tests, something that is not obvious.
Good luck
and good luck to you from me as well.
Anne >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Feb 25, 2004 Posts: 48
|
(Msg. 5) Posted: Thu Jun 26, 2008 8:25 am
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Feb 25, 2004 Posts: 48
|
(Msg. 6) Posted: Thu Jun 26, 2008 8:27 am
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Feb 14, 2008 Posts: 5
|
(Msg. 7) Posted: Thu Jun 26, 2008 9:59 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
My question is just to Open OE on a specified account, because if you can
open it, you can send and receive using OE interface.
the true question is how to eliminate SPAM easily.
My first step is
To scan all messages from the server (I have a dozen accounts)
I use The Michel Claveau AntiSPAM program that read only the subject of the
message
I delete automatically 60/70 percent of messages
The step two is
to delete NON-obvious spam and the quickest solution is to Open OE and
manually delete these messages
I don't know about /profile command and OE.
Régis
"Tony McGuire" a écrit dans le message de
4863a7bf$1@pnews.thedbcommunity.com...
>
> Is the real question how to SEND or RECEIVE mail on a specific account?
> Or truly how to just open OE with a specified account active?
>
>
> --
> ------------------------------
> Tony McGuire
>
> >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2008 Posts: 2
|
(Msg. 8) Posted: Sat Jun 28, 2008 1:09 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
TRY THIS
------------
'IDforOE.vbs - Force Outlook Express 5 to prompt for an Identity
Set WshShell = WScript.CreateObject("Wscript.Shell")
'Clear the values from the registry
WshShell.RegWrite "HKCU\Identities\Last Username", ""
WshShell.RegWrite "HKCU\Identities\Last User ID", ""
WshShell.RegWrite "HKCU\Identities\Default User ID", ""
WshShell.RegWrite "HKCU\Identities\Start As", ""
'Launch Outlook Express
WSHShell.Run "Msimn.exe"
-----------------
put this in a text file call something.vbs
run it (you can have pdox run it)
this code blanks the current user (the default user is not always current
depending on your settings) but you can fill in the user you want in the
quotes after each value and when run it "presets" what OE will open as...
you may have to fiddle with the other oe options of each identity
"Régis" wrote in message
> My problem is simple, but i don't Know how to do it:
> If i have this code on a button:
>
> method pushButton(var eventInfo Event)
> execute("C:\\Program Files\\Outlook Express\\msimn.exe", Yes,
> ExeShowNormal)
> endMethod
> I can open Outlook Express from Paradox, but OE is always opened on a
> default account
>
> what I want to do is to open OE on a specific account
> I don'know how to do it
>
>
> i.e
> Regis home account: with this e-mail regis.home DeleteThis @myfai.fr login
> regishome, password: azerty
> Regis professional account e-mail regisprof DeleteThis @myfai.fr login
> regispro, password qwerty
> and so on...
>
> Any ideas how to do it
> Thanks in advance
> Régis
>
>
> >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Feb 25, 2004 Posts: 48
|
(Msg. 9) Posted: Sat Jun 28, 2008 1:09 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> 'Clear the values from the registry
> WshShell.RegWrite "HKCU\Identities\Last Username", ""
> WshShell.RegWrite "HKCU\Identities\Last User ID", ""
> WshShell.RegWrite "HKCU\Identities\Default User ID", ""
> WshShell.RegWrite "HKCU\Identities\Start As", ""
So you could just use Paradox to setRegistryValue() on each of those
(instead of RegWrite) prior to opening OE.
You could, then, even getRegistryValue() on each of the above and
reset to whatever they were after OE was closed.
Or not?
--
------------------------------
Tony McGuire >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2008 Posts: 2
|
(Msg. 10) Posted: Mon Jun 30, 2008 11:11 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Yes, I use this code, not directly in Paradox, but I change the OE icon to
pint to this script, so every time a user on a shared PC hits the icon it
asks them which account they want to use... they have several generic
"receiver accounts".
You probably could have pdox do this, or preload the identity, etc...
lots of variations....
"Tony McGuire" wrote in message
>
>> 'Clear the values from the registry
>> WshShell.RegWrite "HKCU\Identities\Last Username", ""
>> WshShell.RegWrite "HKCU\Identities\Last User ID", ""
>> WshShell.RegWrite "HKCU\Identities\Default User ID", ""
>> WshShell.RegWrite "HKCU\Identities\Start As", ""
>
> So you could just use Paradox to setRegistryValue() on each of those
> (instead of RegWrite) prior to opening OE.
>
> You could, then, even getRegistryValue() on each of the above and reset to
> whatever they were after OE was closed.
>
> Or not?
>
>
> --
> ------------------------------
> Tony McGuire
>
> >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
External

Since: Feb 21, 2008 Posts: 18
|
(Msg. 11) Posted: Mon Jun 30, 2008 11:42 pm
Post subject: Re: How to open OutlookExpress on a specific account? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Régis" wrote in message
> My problem is simple, but i don't Know how to do it:
> If i have this code on a button:
>
> method pushButton(var eventInfo Event)
> execute("C:\\Program Files\\Outlook Express\\msimn.exe", Yes,
> ExeShowNormal)
> endMethod
> I can open Outlook Express from Paradox, but OE is always opened on a
> default account
>
> what I want to do is to open OE on a specific account
> I don'know how to do it
>
>
> i.e
> Regis home account: with this e-mail regis.home.RemoveThis@myfai.fr login
> regishome, password: azerty
> Regis professional account e-mail regisprof.RemoveThis@myfai.fr login
> regispro, password qwerty
> and so on...
>
> Any ideas how to do it
> Thanks in advance
> Régis
>
Regis,
Are you aware that the version of OE you are using is well out of date and
has many security issues etc etc. So any testing you do for that version
will most likely not work if you update to the latest version of OE because
under Windows XP SP2 Outlook Express is broken and logging in/out and
switching identities often fails - I know because I use OE constantly.
Have you investigated the OE message rules. I used to get approx 2000 spam
messages a day until I started to use the message rules and have OE delete
them automatically, now only a few a day (may 3 or 4) slip through.
Leslie. >> Stay informed about: How to open OutlookExpress on a specific account? |
|
| Back to top |
|
 |  |
| Related Topics: | I can't to open table(s) on InterBase's server - I have a computer with OS WindowsXP Professional version 2002 with SP2 and I have next problem with Paradox 10 v.11.0.0.302. I can't to open a table(s) on InterBase's server, but I can to open a local table(s). Dialog window of Database Login for..
write to paradox via web - I have a client that uses software developed in delphi. It uses paradox database files. Can these be written to from the web? I am familiar with php/mysql...is there a similar capability with delphi/paradox?
which program? - Hi to all, I'm sorry 'cause I'm not sure this is the correct ng...so my apologies in advance if I'm in the wrong place. My customer show me a floppy disk with old files (about 1998-1999) and told me that there are her accounting data to back life. With...
forcing lck files location - Is there method to force lck files location. I create query on fly with Delphi but there is a problem with lock files. It tries to create it to system32 folder but because user does not have rights to that folder , creating query fails. So, how can I..
Network performance and hardware issues - Hi! Our clients have run our Paradox based apps in small network configurations with only about 10-15 runtime clients at max. Recently we have had inquiries from a bigger company that wants to run our app in an network of over 100 clients, is this.. |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|