In The Hand LtdIn The Hand
Add Method (propertyName, type, flags)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimPropertySetAdd(String, Type, PimPropertyFlags)
.NET Components for Mobility
Creates a custom property with the specified flags.
Declaration Syntax
C#Visual Basic
public bool Add(
	string propertyName,
	Type type,
	PimPropertyFlags flags
)
Public Function Add ( _
	propertyName As String, _
	type As Type, _
	flags As PimPropertyFlags _
) As Boolean
Parameters
propertyName (String)
Name of the custom property.
type (Type)
Type of data.
flags (PimPropertyFlags)
Set one or more flags from the PimPropertyFlags enum
Return Value
False if the property already exists, true if it is created

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0