MOVEitMessageInfoSendStamp Property |
The date and time the message was sent.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public DateTime SendStamp { get; }
Public ReadOnly Property SendStamp As DateTime
Get
public:
property DateTime SendStamp {
DateTime get ();
}
Property Value
Type:
DateTimeRemarks
Will only be populated when the
State property is "Sent".
See Also