Skip to content

Commit 5f1496a

Browse files
committed
ews: emit correct unsubscribe response
1 parent 0465083 commit 5f1496a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exch/ews/structures.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3859,7 +3859,7 @@ struct mUnsubscribeRequest {
38593859
* Implicitely declared at Messages.xsd:1994
38603860
*/
38613861
struct mUnsubscribeResponseMessage : public mResponseMessageType {
3862-
static constexpr char NAME[] = "UnsubscribeResponse";
3862+
static constexpr char NAME[] = "UnsubscribeResponseMessage";
38633863

38643864
using mResponseMessageType::mResponseMessageType;
38653865
};

0 commit comments

Comments
 (0)