Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the icon that appears for unsent items 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 Unsent As Icon
'Usage
Dim instance As FormRegionManifestIcons
Dim value As Icon
value = instance.Unsent
instance.Unsent = value
public Icon Unsent { get; set; }
public:
property Icon^ Unsent {
Icon^ get ();
void set (Icon^ value);
}
public function get Unsent () : Icon
public function set Unsent (value : Icon)
Property Value
Type: System.Drawing.Icon
An Icon that appears for unsent items 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.