Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Outlook-Automation from VO 2.5
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Frank Schädlich  
View profile  
 More options Jan 3 2005, 5:31 am
Newsgroups: comp.lang.clipper.visual-objects
From: "Frank Schädlich" <F.Schaedl...@gmx.de>
Date: Mon, 3 Jan 2005 11:31:41 +0100
Local: Mon, Jan 3 2005 5:31 am
Subject: Outlook-Automation from VO 2.5
Hi,

I test to use Outlook from my VO-Application. The folloing code works fine,
I can see the new mail.

Method OpenOutlook() Class BasicShellWindow

LOCAL oOutlook AS Object
LOCAL oNmsp  AS Object
LOCAL oItem  AS Object
oOutlook   := OLEAutoobject{"Outlook.Application"}
oItem    := oOutlook : CreateItem(0)
oItem:Cc   := "F.Schl...@gmx.de"
oItem:Body  := "Testtext"
oItem:Display()

But how can I fill the Value To ("An" in german)? When I try it with

oItem:To := "F.Schl...@gmx.de"

I got an error by compiling. What is the correct syntax??

Thanks Frank


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PAUL SISKA  
View profile  
 More options Jan 3 2005, 8:39 am
Newsgroups: comp.lang.clipper.visual-objects
From: "PAUL SISKA" <stratechNOS...@Online.fr>
Date: Mon, 3 Jan 2005 14:39:55 +0100
Local: Mon, Jan 3 2005 8:39 am
Subject: Re: Outlook-Automation from VO 2.5
Hi Frank
Try with

IVarPut(oItem, #To, "F.Schl...@gmx.de")

HTH
Paul SISKA

"Frank Schädlich" <F.Schaedl...@gmx.de> wrote in message

news:crb6ip$ra7$00$1@news.t-online.com...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank Schädlich  
View profile  
 More options Jan 3 2005, 9:20 am
Newsgroups: comp.lang.clipper.visual-objects
From: "Frank Schädlich" <F.Schaedl...@gmx.de>
Date: Mon, 3 Jan 2005 15:20:19 +0100
Local: Mon, Jan 3 2005 9:20 am
Subject: Re: Outlook-Automation from VO 2.5
Thanks!! It works.

Frank
"PAUL SISKA" <stratechNOS...@Online.fr> schrieb im Newsbeitrag
news:41d94c5c$0$20281$636a15ce@news.free.fr...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »