Dela via


FormRegionManifestIcons.Read Property (2007 System)

Gets or sets the icon that appears for items marked as read that have replacement or replace-all form regions.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Property Read As Icon
'Usage
Dim instance As FormRegionManifestIcons 
Dim value As Icon 

value = instance.Read

instance.Read = value
public Icon Read { get; set; }
public:
property Icon^ Read {
    Icon^ get ();
    void set (Icon^ value);
}
public function get Read () : Icon 
public function set Read (value : Icon)

Property Value

Type: System.Drawing.Icon
An Icon that appears for items marked as read that have replacement or replace-all form regions.

Exceptions

Exception Condition
InvalidOperationException

The Locked property of the FormRegionManifest object associated with this object is true.

.NET Framework Security

See Also

Reference

FormRegionManifestIcons Class

FormRegionManifestIcons Members

Microsoft.Office.Tools.Outlook Namespace