NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

SMSDelivery Output Object (Send-SMS Cmdlet)

Object which indicates whether the message was received.

Syntax

Object SMSDelivery {
   string Server;
   string Recipient;
   bool Success;
}

Remarks

After sending a message, information concerning whether that message was properly received by the Recipient on the indicated Server will be contained in the Success parameter.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]