Share via


OWACalendarPart.ExchangeFolderName property

Gets the name of the Microsoft Exchange Server 2007 folder that stores the calendar data for the current Outlook Web Access user.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ExchangeFolderName As String
    Get
'Usage
Dim instance As OWACalendarPart
Dim value As String

value = instance.ExchangeFolderName
public override string ExchangeFolderName { get; }

Property value

Type: System.String
Returns a string representing the name of the Exchange 2007 folder.

See also

Reference

OWACalendarPart class

OWACalendarPart members

Microsoft.SharePoint.Portal.WebControls namespace