ExtendedPropertyId Constructor (Int32, Byte[])

Independentsoft MSG .NET

ExtendedPropertyId Constructor (Int32,  Byte ) 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
)
public ExtendedPropertyId(
	int id,
	byte[] guid
)
Public Sub New ( 
	id As Integer,
	guid As Byte()
)
Public Sub New ( 
	id As Integer,
	guid As Byte()
)
Dim id As Integer 
Dim guid As Byte()

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

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

Parameters

id
Type: OnlineSystem Int32
The identifier.
guid
Type:  OnlineSystem Byte 
The unique identifier.
See Also