ExtendedPropertyName Constructor (String, Byte[], PropertyType)

Independentsoft MSG .NET

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

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

Syntax

public ExtendedPropertyName(
	string name,
	byte[] guid,
	PropertyType type
)
public ExtendedPropertyName(
	string name,
	byte[] guid,
	PropertyType type
)
Public Sub New ( 
	name As String,
	guid As Byte(),
	type As PropertyType
)
Public Sub New ( 
	name As String,
	guid As Byte(),
	type As PropertyType
)
Dim name As String 
Dim guid As Byte()
Dim type As PropertyType 

Dim instance As New ExtendedPropertyName(name, guid, 
	type)
Dim name As String 
Dim guid As Byte()
Dim type As PropertyType 

Dim instance As New ExtendedPropertyName(name, guid, 
	type)
public ExtendedPropertyName(
	String name,
	byte[] guid,
	PropertyType type
)
public ExtendedPropertyName(
	String name,
	byte[] guid,
	PropertyType type
)
public function ExtendedPropertyName(
	name : String, 
	guid : byte[], 
	type : PropertyType
)
public function ExtendedPropertyName(
	name : String, 
	guid : byte[], 
	type : PropertyType
)
Independentsoft.Msg.ExtendedPropertyName = function(name, guid, type);
Independentsoft.Msg.ExtendedPropertyName = function(name, guid, type);

Parameters

name
Type: OnlineSystem String
The name.
guid
Type:  OnlineSystem Byte 
The unique identifier.
type
Type: Independentsoft.Msg PropertyType
The type.
See Also