JAMS Developer Guide
GetPropertyOwner Method (ForEachMailMessage)


MVPSI.JAMS.Activities Namespace > ForEachMailMessage Class : GetPropertyOwner Method
Returns an object that contains the property described by the specified property descriptor.
Syntax
'Declaration
 
Public Function GetPropertyOwner( _
   ByVal pd As System.ComponentModel.PropertyDescriptor _
) As System.Object
'Usage
 
Dim instance As ForEachMailMessage
Dim pd As System.ComponentModel.PropertyDescriptor
Dim value As System.Object
 
value = instance.GetPropertyOwner(pd)
public System.object GetPropertyOwner( 
   System.ComponentModel.PropertyDescriptor pd
)

Parameters

pd

Return Value

this PropertyOwner
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ForEachMailMessage Class
ForEachMailMessage Members