how to delete appointment in outlook C#
how to delete appointment in outlook from webproject
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gopi PPosted Nov 13, 2015, 2:39 AM
kakak asdasPosted Aug 8, 2014, 5:41 AM
Outlook.MAPIFolder calendar =Application.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar);
it have error
Error1'System.Web.HttpApplicationState' does not contain a definition for 'Session' and no extension method 'Session' accepting a first argument of type 'System.Web.HttpApplicationState'
could be found (are you missing a using directive or an assembly reference?)
sorry ask the stupid question im newbie
Lakshmanan Sethu SankaranarayanPosted Aug 8, 2014, 5:27 AM