| 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
Syntaxpublic DateTime SendStamp { get; }Public ReadOnly Property SendStamp As DateTime
	Get
public:
property DateTime SendStamp {
	DateTime get ();
}Property Value
Type: 
DateTime Remarks
Remarks
            Will only be populated when the 
State property is "Sent".
            
 See Also
See Also