Share via


IEndpoint.CreateRawCategoryItem Method

This method is defined by the messaging interface; however, it is not used by the instant messaging and presence provider.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Function CreateRawCategoryItem ( _
    categoryName As String, _
    categoryDataXml As String _
) As IRawCategoryItem
'Usage
Dim instance As IEndpoint
Dim categoryName As String
Dim categoryDataXml As String
Dim returnValue As IRawCategoryItem

returnValue = instance.CreateRawCategoryItem(categoryName, _
    categoryDataXml)
IRawCategoryItem CreateRawCategoryItem(
    string categoryName,
    string categoryDataXml
)

Parameters