Search found 14 matches: receivedtime

Return to advanced search

Re: Saber Metodos de un CREATEOBJECT

... ) STDCALL dispatch PROPERTYGET BSTR Organization() STDCALL dispatch PROPERTYPUT void Organization( [in] BSTR ) STDCALL dispatch PROPERTYGET DATE ReceivedTime() STDCALL dispatch PROPERTYGET BSTR ReplyTo() STDCALL dispatch PROPERTYPUT void ReplyTo( [in] BSTR ) STDCALL dispatch PROPERTYGET USERDEFINED ...
by Antonio Linares
Mon May 13, 2013 5:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32143

Help with Outlook mail object detection

... line works. // If the current item is an undeliverable message or something other than mail thenthe following line fails tReceived := oItem:ReceivedTime return nil
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: 527

Re: Outlook oMail:ReceivedTime does not work in olFolderInBox 6

Probably is a "release" problem

I use Microsoft Outlook 2000 (9.0.0.2814)

I will try on a recent versione

Thanks

marco
by MarcoBoschi
Mon Jun 14, 2010 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook oMail:ReceivedTime does not work in olFolderInBox 6
Replies: 3
Views: 723

Re: Outlook oMail:ReceivedTime does not work in olFolderInBox 6

Marco The following code works for me - for each oItem In oCMSFolder:Items   nItem++   dMail    := oItem:ReceivedTime   cSender  := oItem:sendername   cSubject := oItem:subject   cBody    := oItem:body   for ...
by Colin Haig
Sat Jun 12, 2010 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook oMail:ReceivedTime does not work in olFolderInBox 6
Replies: 3
Views: 723

Re: Outlook oMail:ReceivedTime does not work in olFolderInBox 6

Please can someone try and tell me if this program crashes at the line

? oMail:ReceivedTime

Thanks

marco
by MarcoBoschi
Fri Jun 11, 2010 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook oMail:ReceivedTime does not work in olFolderInBox 6
Replies: 3
Views: 723

Outlook oMail:ReceivedTime does not work in olFolderInBox 6

... := oFolder:Items:Count FOR iMsg := 1 TO nItems oMail := oFolder:Items[ iMsg ] ? oMail:Subject // ? omail:SentOn ? oMail:CreationTime ? oMail:ReceivedTime // does not work NEXT iMsg RETURN NIL
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: 723

Error with Microsoft Outlook : Help to all

... S_OK: FROM and I wish to save also the oMail:CC Now I can save only these data : oMail:subject, oMail:To, oMail:ReceivedTime, oMail:CreationTime then I can save the body with oMail:body but if I insert a richedit control I wish save the oMail:htmlbody but I cannot ...
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: 1360

Re: Date and time

oMail:CreationTime and oMail:ReceivedTime are both DateTime values. xHarbour shows valtype of both simple dates as well as DateTime values as 'D' only, while Harbour shows ValType of DateTime values as 'T' and simple dates as 'D'. In xHarbour ...
by nageswaragunupudi
Fri Apr 16, 2010 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date and time
Replies: 5
Views: 942

Re: Outlook OLE

Michel,
did you resolve this problem?
valtype of these properties is always "D" ?


oCalendar:Item:SentOn

oCalendar:Item:CreationTime

oCalendar:Item:ReceivedTime

Thanks a lot
marco
by MarcoBoschi
Fri Apr 16, 2010 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook OLE
Replies: 19
Views: 6167

Re: Date and time

Dear Mr.Marco

What is the the value returned when you try the ValType

? ValType( oMail:CreationTime) // Is it T or D
? ValType(oMail:ReceivedTime) // Is it T or D

Regards
Anser
by anserkk
Fri Apr 16, 2010 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date and time
Replies: 5
Views: 942

Date and time

... 1 TO nItems oMail := oFolder:Items[ iMsg ] ? oMail:Subject // Test email ? omail:SentOn // 16/04/2010 ? oMail:CreationTime // 16/04/2010 ? oMail:ReceivedTime // 16/04/2010 NEXT iMsg
by MarcoBoschi
Fri Apr 16, 2010 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date and time
Replies: 5
Views: 942

Re: save Attachments from outllook application object

... cStichwort := oMail:subject + space(50) * for each oItem In oInbox:Items for each oAttach In oMail:Attachments if valtype( oMail:ReceivedTime) == 'D' MsgInfo( oMail:ReceivedTime) else MsgInfo(valtype( oMail:ReceivedTime)) endif oMail:SaveAsFile('c:\temp\' + oAttach:filename) next ...
by Silvio
Wed Jan 27, 2010 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: save Attachments from outllook application object
Replies: 3
Views: 812

Re: Outlook OLE

... crashing after diplaying the date after about 12 messages. for each oItem In oInbox:Items for each oAttach In oItem:Attachments if valtype(oItem:ReceivedTime) == 'D' MsgInfo(oItem:ReceivedTime) else MsgInfo(valtype(oItem:ReceivedTime)) endif oAttach:SaveAsFile('c:\test\' + oAttach:filename) next ...
by Colin Haig
Sun Nov 08, 2009 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook OLE
Replies: 19
Views: 6167

Outlook 2000 & 2003

I am using TOle to read the inbox and I have two problems. Firstly, oOutLookItem:ReceivedTime returns a date variable only although the VBAOL11.CHM states that it returns both date & time. Secondly, when setting a variable e.g. cBody := oOutlookItem:body when ...
by David Williams
Wed Apr 19, 2006 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook 2000 & 2003
Replies: 0
Views: 560

Return to advanced search