Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How to Get Outlook Task Owner

Reply
Thread Tools

How to Get Outlook Task Owner

 
 
Artur B
Guest
Posts: n/a
 
      06-11-2004
Hello

is there a way to get the owner of a task.
With the following code it's possible to get the
"subject" text and the "complete" date.

<TD><DIV DATAFLD="Subject" DATAFORMATAS="html"
class=TaskSubject></DIV></TD>
<TD><DIV DATAFLD="Complete" DATAFORMATAS="html"
class=Task></DIV></TD>

but when i'm trying to get the "owner" with the next
statement it doesn't work.
<TD><DIV DATAFLD="Owner" DATAFORMATAS="html"
class=TaskS></DIV></TD>

Does anyone have a solution.

Thanks a lot
 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      06-11-2004
Artur B wrote on 11 jun 2004 in microsoft.public.inetserver.asp.general:

> Hello
>
> is there a way to get the owner of a task.
> With the following code it's possible to get the
> "subject" text and the "complete" date.
>
> <TD><DIV DATAFLD="Subject" DATAFORMATAS="html"
> class=TaskSubject></DIV></TD>
> <TD><DIV DATAFLD="Complete" DATAFORMATAS="html"
> class=Task></DIV></TD>
>
> but when i'm trying to get the "owner" with the next
> statement it doesn't work.
> <TD><DIV DATAFLD="Owner" DATAFORMATAS="html"
> class=TaskS></DIV></TD>
>
> Does anyone have a solution.
>
> Thanks a lot
>


No ASP, so Off Topic.

I cannot tell you what strange language this is.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
stop org.jdesktop.application.Task started using @Action public Task Mike Java 1 05-12-2008 12:09 PM
Accessing ant task name when running a task teggy Java 0 05-29-2007 02:20 PM
Maven using ANT plugin for SCP task : Embedded error: Could not create task or type of type: scp. krabhi Java 1 08-09-2006 04:19 PM
Re: Problem in ant replace task and replaceregexp task to update xml Victor Java 0 09-01-2004 03:58 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57