<< Click to Display Table of Contents >>
ZfLib.NewMessage.SendTime
Property SendTime As SendTimeEnum
The SendTime property specifies when the message should be sent.
Parameters
sendTime
[in]
The new SendTime of the message.
Return Value
[out, retval]
The current SendTime of the message.
Remarks
If SendTime is set to zfSendTimeAfter then you need to specify the time to send using the After property.
See Also