MailboxAuditLogSourceFolder.Parse Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
folderId As String, _
folderPathName As String _
) As MailboxAuditLogSourceFolder
'Usage
Dim folderId As String
Dim folderPathName As String
Dim returnValue As MailboxAuditLogSourceFolder
returnValue = MailboxAuditLogSourceFolder.Parse(folderId, _
folderPathName)
public static MailboxAuditLogSourceFolder Parse(
string folderId,
string folderPathName
)