IMailModelSentDate Property |
property SentDate
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
SyntaxDateTime SentDate { get; set; }
Property SentDate As DateTime
Get
Set
Dim instance As IMailModel
Dim value As DateTime
value = instance.SentDate
instance.SentDate = value
property DateTime SentDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also