IMailModelIsSent Property |
property IsSent
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntaxbool IsSent { get; set; }
Property IsSent As Boolean
Get
Set
Dim instance As IMailModel
Dim value As Boolean
value = instance.IsSent
instance.IsSent = value
property bool IsSent {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also