Share via


TnefNameId constructor (Guid, Int32)

The TnefNameId constructor creates a new TnefNameId structure from a GUID and an integer.

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, _
    id As Integer _
)
'Usage
Dim propertySetGuid As Guid
Dim id As Integer

Dim instance As New TnefNameId(propertySetGuid, _
    id)
public TnefNameId(
    Guid propertySetGuid,
    int id
)

Parameters

See also

Reference

TnefNameId structure

TnefNameId members

TnefNameId overload

Microsoft.Exchange.Data.ContentTypes.Tnef namespace