TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kourosh saleh
NA
20
51k
sending mail by SmartTag
May 2 2006 3:08 PM
Hi, I am trying to make my SmartTag to send e-mail but I dont know How. I have a contact list from SharePoint that contains name and e-mail address, when you write name of one of the contacts you get the Action of the SmartTag, ( I mean it works and it recognizes the name of my contacts in sharepoint) , my problem is how it can send e-mail I tryed following code: (it does not work) ProcessStartInfo StartMail = new ProcessStartInfo("OUTLOOK.EXE"); StartMail.Arguments = string.Format("
[email protected]
"); Process.Start(StartMail); I get following error: Cannot start Microsoft Office Outlook. The command line argument is not valid. Verify the switch you are using thanks for your help.
Reply
Answers (
0
)
How to "Build comment web pages" in VS2005
Need help with Global.asax in visual studio 2005