ItemType.IsResend 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.
The IsResend property gets or sets a Boolean value that indicates whether the item has previously been sent.
public:
property bool IsResend { bool get(); void set(bool value); };
public bool IsResend { get; set; }
Public Property IsResend As Boolean
Property Value
The IsResend property returns true if the item has previously been sent; otherwise, the property returns false.