Outlook 2007 And SharePoint Integration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

How to Programatically Create Sharepoint 2007 Document Libraries Folder in
Outlook 2007.

How to get the Sharepoint Sites name and its Document Libraries Folders name
for the logged on user in VB.net

Very urgent........

Please let me know the possible way to do the same.......

Thanks and Regards
Elanchezhian.R
 
How to Programatically Create Sharepoint 2007 Document Libraries Folder in
Outlook 2007.

Take a look at the Namespace.CreateSharingITem method.
How to get the Sharepoint Sites name and its Document Libraries Folders name
for the logged on user in VB.net

Application.Namespace.Folders("SharePoint Lists") and its subfolders.


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top