ResponseCode.DeclineEverywhere Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used when the client wants to decline a signaling invitation at all forked locations. It is rare that a client would want to do this unless it knows somehow that all clients do not want to connect. Using BusyHere is the best way to decline an Invite most of the time. (603)
public: int DeclineEverywhere = 603;
public const int DeclineEverywhere = 603;
val mutable DeclineEverywhere : int
Public Const DeclineEverywhere As Integer = 603