@mcp-z/mcp-outlook
Preparing search index...
mcp
toolFactories
messageRespond
Function messageRespond
messageRespond
()
:
{
config
:
{
description
:
"Reply to an Outlook message"
;
inputSchema
:
ZodObject
<
{
body
:
ZodCoercedString
<
unknown
>
;
contentType
:
ZodDefault
<
ZodOptional
<
ZodEnum
<
{}
>
>
>
;
id
:
ZodCoercedString
<
unknown
>
;
}
,
$strip
,
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
id
:
ZodOptional
<
ZodString
>
;
success
:
ZodBoolean
;
type
:
ZodLiteral
<
"success"
>
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
__namedParameters
:
{
body
:
string
;
contentType
:
"text"
|
"html"
;
id
:
string
;
}
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Returns
{
config
:
{
description
:
"Reply to an Outlook message"
;
inputSchema
:
ZodObject
<
{
body
:
ZodCoercedString
<
unknown
>
;
contentType
:
ZodDefault
<
ZodOptional
<
ZodEnum
<
{}
>
>
>
;
id
:
ZodCoercedString
<
unknown
>
;
}
,
$strip
,
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
id
:
ZodOptional
<
ZodString
>
;
success
:
ZodBoolean
;
type
:
ZodLiteral
<
"success"
>
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
__namedParameters
:
{
body
:
string
;
contentType
:
"text"
|
"html"
;
id
:
string
;
}
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mcp-z/mcp-outlook
Loading...