We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2336ce2 commit 4fb1ce8Copy full SHA for 4fb1ce8
src/MicrosoftGraphTransport.php
@@ -96,6 +96,7 @@ protected function transformEmailAddress(Address $address): array
96
return [
97
'emailAddress' => [
98
'address' => $address->getAddress(),
99
+ 'name' => $address->getName(),
100
],
101
];
102
}
0 commit comments