ExtendedPropertyId Constructor (Int32, Byte[], PropertyType)

Independentsoft MSG .NET

ExtendedPropertyId Constructor (Int32,  Byte , PropertyType) MSG .NET Class Library
Initializes a new instance of the ExtendedPropertyId class.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public ExtendedPropertyId(
	int id,
	byte[] guid,
	PropertyType type
)
public ExtendedPropertyId(
	int id,
	byte[] guid,
	PropertyType type
)
Public Sub New ( 
	id As Integer,
	guid As Byte(),
	type As PropertyType
)
Public Sub New ( 
	id As Integer,
	guid As Byte(),
	type As PropertyType
)
Dim id As Integer 
Dim guid As Byte()
Dim type As PropertyType 

Dim instance As New ExtendedPropertyId(id, guid, 
	type)
Dim id As Integer 
Dim guid As Byte()
Dim type As PropertyType 

Dim instance As New ExtendedPropertyId(id, guid, 
	type)
public ExtendedPropertyId(
	int id,
	byte[] guid,
	PropertyType type
)
public ExtendedPropertyId(
	int id,
	byte[] guid,
	PropertyType type
)
public function ExtendedPropertyId(
	id : int, 
	guid : byte[], 
	type : PropertyType
)
public function ExtendedPropertyId(
	id : int, 
	guid : byte[], 
	type : PropertyType
)
Independentsoft.Msg.ExtendedPropertyId = function(id, guid, type);
Independentsoft.Msg.ExtendedPropertyId = function(id, guid, type);

Parameters

id
Type: OnlineSystem Int32
The identifier.
guid
Type:  OnlineSystem Byte 
The unique identifier.
type
Type: Independentsoft.Msg PropertyType
The type.
See Also