blah blah blah is here! blah blah » Close

0
votes
1 answers

Microsoft Access

In MS Access, how many tables are ready for use? Is it accessible to exchange between them? Would you please help me to understand the concept?

0
votes
1 answers

C# create calendar appt owa url?

Hi I have been trying to create a calendar appt via a winform with 0 success. After looking around on google i found many examples all of which did not work? I guess this is due to the exchange server setup as we can no longer acc ...

0
votes
1 answers

Connecting to Exchange in C#

When I try to connect to Exchange using webdav with my domain credentials manually, it works fine: [code] NetworkCredential credential = new NetworkCredential("user", "pass","dom"); WebdavSession session = ...

0
votes
1 answers

Accessing Exchange Public Folders

Hi all, I've been approached to write an app that will run on schedule accessing emails in a public folder in exchange and extracting the attachments. I dont have any experience working with outlook. I've had a play with the Microsoft.Of ...

Feedback