MessageTaskItem.UserData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user data associated with the message task item.
public:
property System::Object ^ UserData { System::Object ^ get(); };
public object UserData { get; }
member this.UserData : obj
Public ReadOnly Property UserData As Object
Property Value
The user data (passed by the userData
parameter to the constructor) of the MessageTaskItem.