InvitationAcceptedEventArgs.IsNullOriginalOffer Property
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.
Gets the flag indicating if the original offer was null or not. If the original offer was null, the application cannot send Acknowledgement using this event argument.
public:
property bool IsNullOriginalOffer { bool get(); };
public bool IsNullOriginalOffer { get; }
member this.IsNullOriginalOffer : bool
Public ReadOnly Property IsNullOriginalOffer As Boolean