TnefNameId Constructor (Guid, String)

The TnefNameId constructor creates a new TnefNameId structure from a GUID and a string.

Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub New ( _
    propertySetGuid As Guid, _
    name As String _
)
public TnefNameId (
    Guid propertySetGuid,
    string name
)
public:
TnefNameId (
    Guid propertySetGuid, 
    String^ name
)
public TnefNameId (
    Guid propertySetGuid, 
    String name
)
public function TnefNameId (
    propertySetGuid : Guid, 
    name : String
)

Parameters

  • name
    The string to assign to the Name property.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003