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
vanita_jamadar
NA
11
0
Working with outlook in webservice
Jan 25 2005 11:48 PM
I have code which works with .NET but if deployed as WebService gives exception. The exception gives "The operation has timed out" error message I tried increasing the Timeout in the web.config file but no luck Code: objApp = New Outlook.Application objDummy = objApp.CreateItem(Outlook.OlItemType.olMailItem) objRecip = objDummy.Recipients.Add("abcefghijk") objRecip.Resolve() I get exception on line "objRecip = objDummy.Recipients.Add("abcefghijk")" Help me to solve this Thanks in advance ~VanitaJ
Reply
Answers (
0
)
Delegates
printing barcode in vb .net