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