Search found 61 matches: ooutlook

Return to advanced search

Open a msg file

To all, Does someone know how to open a msg-file. I tried following but get compiling errors:     TRY    oOutlook := TOleAuto():New( "Outlook.Application" )    CATCH    Msginfo( "Outlook nicht installiert" )    quit    END        ...
by Otto
Tue Jun 25, 2013 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a msg file
Replies: 3
Views: 885

Re: Correo Oculto

Gracias por tu pronta respuesta, pero no hay alguna forma de hacerlo mas directo ? yo lo hago mas sencillo outlook 2007 local oOutlook := CreateObject( "Outlook.Application" ) local oMail local cMessage:="<b>Facturacion Electronica (c) </b>" cMessage += ...
by servicomver
Wed Jun 05, 2013 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Correo Oculto
Replies: 4
Views: 1056

Re: Usando Outlook

... oFolder:Items(n):UnRead() oFolder:Items(n):UnRead(.f.) oFolder:Items(n):body TEST.PRG: #include "fivewin.ch" function Main() Local oOutLook := CreateObject("OutLook.Application") Local oNameSpace := oOutLook:GetNameSpace("MAPI") Local oFolder, n oNameSpace:Logon() ...
by MGA
Sun Jun 02, 2013 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando Outlook
Replies: 16
Views: 4607

Help with Outlook mail object detection

... item. I can't get the class property to work. Can someone please help me determine what kind if items they are? [code] function mytest() local oOutlook, oExp, oItem, nClass, tReceived oOutlook := TOleAuto():New( "Outlook.Application" ) oExp := oOutlook:ActiveExplorer oItem := myOlExp:Selection:Item(1) ...
by Gale FORd
Mon Sep 26, 2011 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with Outlook mail object detection
Replies: 1
Views: 532

Re: How to send email from app ?

Here is a sample with Outlook oOutLook := TOleAuto():New("Outlook.Application") * oMailItem := oOutLook:Invoke("CreateItem", 0) oMailitem:to:="slfpvsoa@skynet.be" && si plusieur separe ; oMailitem:CC:="ph.jacquet@skynet.be;test@test.be" ...
by Jack
Sun Mar 06, 2011 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from app ?
Replies: 3
Views: 1921

Outlook 2010, problemi nell'invio tramite ole

... bypassarlo. Questa la mia routine di invio: FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC,cOrigin LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 if lUseCC=NIL lUseCC:=.f. endif if lDirectSend=NIL lDirectSend:=.f. ...
by Marco Turco
Fri Feb 11, 2011 8:13 am
 
Forum: All products support
Topic: Outlook 2010, problemi nell'invio tramite ole
Replies: 0
Views: 735

BODY of a message resolved!!

read a body of a message of outllok we can make : Local oOutlook := TOleAuto():New( "Outlook.Application" ) Local myOlExp := oOutlook:ActiveExplorer ... cBody := oMail:body But often we have the body with html text we can read it from cBody ...
by MdaSolution
Fri Feb 04, 2011 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BODY of a message resolved!!
Replies: 0
Views: 338

Re: Problem with OLE and Outlook 2007

Hi, anyone have a solution about this error? I have try: oOutLook := CreateObject("Outlook.Application") oNameSpace := oOutlook:GetNameSpace("MAPI") oMail := oOutLook:CreateItem(0) oMail:Subject := "test" oMail:Body := "test" ...
by Wanderson
Wed Feb 02, 2011 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with OLE and Outlook 2007
Replies: 19
Views: 4216

Outlook oMail:ReceivedTime does not work in olFolderInBox 6

... to all, What other properties should I use to get the date and time? #DEFINE olFolderInBox 6 #include "fivewin.ch" FUNCTION MAIN() LOCAL oOutlook := TOleAuto():New( "Outlook.Application" ) LOCAL oNameSpace := oOutlook:getnamespace('MAPI') LOCAL oFolder := oNameSpace:GetDefaultFolder( ...
by MarcoBoschi
Wed Jun 09, 2010 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook oMail:ReceivedTime does not work in olFolderInBox 6
Replies: 3
Views: 734

Error with Microsoft Outlook : Help to all

... into my application I saw the test of Maestro Otto and it run ok but I need some information and all variables of each messages I can save LOCAL oOutlook := TOleAuto():New( "Outlook.Application" ) for sample I cannot insert the variable oMail:From it make an error Error Outlook.Application:ACTIVEEXPLORER:SELECTION:ITEM/0 ...
by MdaSolution
Mon Apr 26, 2010 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with Microsoft Outlook : Help to all
Replies: 8
Views: 1389

Date and time

Hi, I have to obtain Date and Time, but I have only the date...see below. Which property have I to use for time? Thanks LOCAL oOutlook := TOleAuto():New( "Outlook.Application" ) LOCAL oNameSpace := oOutlook:getnamespace('MAPI') LOCAL oFolder := oNameSpace:GetDefaultFolder( 5 ...
by MarcoBoschi
Fri Apr 16, 2010 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date and time
Replies: 5
Views: 960

Re: Ayuda color de Fondo Outlook2003 fwh 8.05

... DIALOG> <oWnd> ] ;   [ <help: HELP, HELPID> <nHelpId> ] ;   [ ON RIGHT CLICK <uRClicked> ] Try oOutLook:SetColor( nClrFore, nClrBack ) See Wiki http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_toutlook http://wiki.fivetechsoft.com/doku.php?id=fivewin_commands_outlook ...
by anserkk
Mon Mar 15, 2010 6:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda color de Fondo Outlook2003 fwh 8.05
Replies: 1
Views: 458

Re: save Attachments from outllook application object

I try with : function dropread() local oDlg LOCAL oOutlook := TOleAuto():New( "Outlook.Application" ) local myOlExp := oOutlook:ActiveExplorer local oMail local oGet local cKategorie := space(50) local cStichwort := space(50) local oK := ...
by Silvio
Wed Jan 27, 2010 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: save Attachments from outllook application object
Replies: 3
Views: 831

Re: Email through outlook

... "FiveWin.ch" #include "Mail.ch" FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 if lUseCC=NIL lUseCC:=.f. endif if lDirectSend=NIL lDirectSend:=.f. ...
by Marco Turco
Tue Oct 27, 2009 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email through outlook
Replies: 7
Views: 1383

Send an email using ccn

... that will receive the email can't see any other email when I send to multiple recipients. Is there a way to do this ? This is my current code: oOutLook := CreateObject( "Outlook.Application" ) oMailItem := oOutLook:CreateItem( 0 ) oRecip := oMailItem:Recipients oRecip:Add( "test@softwarexp.co.uk" ...
by Marco Turco
Mon Oct 05, 2009 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send an email using ccn
Replies: 2
Views: 596
PreviousNext

Return to advanced search