473,379 Members | 1,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Sending a TO-DO List item from C#

mc
I would like to be able to send, from an ASP.NET page, an email which when recieved takes the form
of a TO-DO list item.

Can this functionality be emulated from sending an email from C#?

I've read that Ootlook 2007 doesn't support the vTODO standard, is there an alternative?
TIA

MC
May 24 '07 #1
6 2187
MC,

In this case, most of the work will be in an add-in for outlook, which
will attach to the new mail event (I forget what it is called) and then
processing the email and most likely inserting an item in the task list.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"mc" <mc@community.nospamwrote in message
news:46******@mail.hmgcc.gov.uk...
>I would like to be able to send, from an ASP.NET page, an email which when
recieved takes the form of a TO-DO list item.

Can this functionality be emulated from sending an email from C#?

I've read that Ootlook 2007 doesn't support the vTODO standard, is there
an alternative?
TIA

MC

May 24 '07 #2
Fully agree with Nicholas this will be too much work. However if it
is that people have to share "to do lists"

Why not implimeting something similiar like @ http://www.codeproject.com/aspnet/todoapp.asp

Contains a web based app that will manage that

Auratius
http://www.auratius.co.za
May 24 '07 #3
* au******@gmail.com wrote, On 24-5-2007 18:03:
Fully agree with Nicholas this will be too much work. However if it
is that people have to share "to do lists"

Why not implimeting something similiar like @ http://www.codeproject.com/aspnet/todoapp.asp

Contains a web based app that will manage that

Auratius
http://www.auratius.co.za

It can also be done in an Exchange message filter, which makes it easier
to maintain, but more critical to do it right ;). You still have to
implement it yourself, but it is then done on the mailserver instead of
on the client. So you won't need to update each and every client. You
might even want to implement the vTodo standard in this way.

Jesse

Jesse
May 24 '07 #4
mc
au******@gmail.com wrote:
Fully agree with Nicholas this will be too much work. However if it
is that people have to share "to do lists"

Why not implimeting something similiar like @ http://www.codeproject.com/aspnet/todoapp.asp

Contains a web based app that will manage that

Auratius
http://www.auratius.co.za

I don't think Nicholas said it would be too much work, I think begining developmewnt on another new
application would be too much work!

The reason I'm after an integrated outlook solution is because my users are famillar with the
process of setting each other Tasks I would now like to issue tasks centrally as a result of a user
filling out a web form.
May 25 '07 #5
mc
Jesse Houwing wrote:
* au******@gmail.com wrote, On 24-5-2007 18:03:
>Fully agree with Nicholas this will be too much work. However if it
is that people have to share "to do lists"

Why not implimeting something similiar like @
http://www.codeproject.com/aspnet/todoapp.asp

Contains a web based app that will manage that

Auratius
http://www.auratius.co.za


It can also be done in an Exchange message filter, which makes it easier
to maintain, but more critical to do it right ;). You still have to
implement it yourself, but it is then done on the mailserver instead of
on the client. So you won't need to update each and every client. You
might even want to implement the vTodo standard in this way.

Jesse

Jesse
Can you recomend any sites that would get me up to speed with writing a new Message filter?
May 25 '07 #6
mc
Nicholas Paldino [.NET/C# MVP] wrote:
MC,

In this case, most of the work will be in an add-in for outlook, which
will attach to the new mail event (I forget what it is called) and then
processing the email and most likely inserting an item in the task list.
Would rather not have to install extra functionality into exchange. was hoping there was a message
format that Outlook would understand?
May 25 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chuck Rittersdorf | last post by:
Hi There I am having a problem using the win32 API from VB6. I am trying to send a command string to a printer(zebra TLP 2742) on LPT1 using the folowing API functions CreateFile and...
6
by: Owen | last post by:
I am sending email using CDO but it only seems to work when the "To" address is within the same domain as mine. When I send to an outside domain (eg. yahoo.com) the mail simply does not reach...
1
by: Butch | last post by:
Hi, I won't lie to you. I'm trying to get data from html source from a 3rd party website. I'm NOT interested in stealing code,hacking,sending spam or anything sinister like that. I just want the...
1
by: David | last post by:
Is there a way in c# to send a file to a Pocket PC's Storage Card? Eg. how can I access a ppc CARD WHEN THE unit is synced into the computer? Thanks
0
by: krouxsa | last post by:
Hi There people... Please help me with this query. I want to send 1 email to multiple email addresses stored in a database. Will it be possible? I'm using SQL Server 2005 and already set up...
4
by: Cesa | last post by:
Hi, I have a Form in a seperate thread not unlike this example. Say I want to send a string to the form from another thread, what would be the best way? I'm not asking for an entire solution,...
3
by: shybe | last post by:
I have a send mail script on my site that. The emails are recieved by gmail, and yahoo, but not to mail clients like Outlook, Mail, etc...) Is this a problem with the script, or is it...
1
by: prakashsakthivel | last post by:
Hi Members, Could anybody please tell that How to use OLE in Excel 2000 for sending or getting data from other applications like .exe, or .xls Thanks musai.
1
by: charbel007 | last post by:
Iam stuck in the php mailer; and iam using the checkbox and it has been one month i can not solve it; when i select one checkbox from several ones , and i click send e-mail= it is sending to all...
1
anfetienne
by: anfetienne | last post by:
Hi, I'm trying to submit a simple form with hidden fields and 1 text area... but the values are parsing to the php file... can someone spot where i've gone wrong HTML FORM <form...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.