MailMessage.Fields 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 a collection of objects that map to Microsoft Collaboration Data Objects (CDO) fields.
public:
property System::Collections::IDictionary ^ Fields { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Fields { get; }
member this.Fields : System.Collections.IDictionary
Public ReadOnly Property Fields As IDictionary
Property Value
An IDictionary collection of objects that map to Collaboration Data Objects (CDO) fields.
Remarks
The Fields property is used to set extended properties for Collaboration Data Objects (CDO). For more information about CDO, see Collaboration Data Objects.