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
- propertySetGuid
Type: System.Guid
The GUID to assign to the PropertySetGuid property.
- id
Type: System.Int32
The integer ID to assign to the Id property.