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 _
)
'Usage
Dim propertySetGuid As Guid
Dim name As String
Dim instance As New TnefNameId(propertySetGuid, _
name)
public TnefNameId(
Guid propertySetGuid,
string name
)
Parameters
propertySetGuid
Type: System.GuidThe GUID to assign to the PropertySetGuid property.
name
Type: System.StringThe string to assign to the Name property.