@mcp-z/mcp-outlook
Preparing search index...
mcp
toolFactories
messageMoveToTrash
Function messageMoveToTrash
messageMoveToTrash
()
:
{
config
:
{
description
:
"Move Outlook messages to trash (recoverable)."
;
inputSchema
:
ZodObject
<
{
ids
:
ZodArray
<
ZodCoercedString
<
unknown
>
>
}
,
$strip
,
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
failureCount
:
ZodNumber
;
results
:
ZodArray
<
ZodObject
<
{
error
:
...
;
id
:
...
;
success
:
...
}
,
$strip
>
,
>
;
successCount
:
ZodNumber
;
totalRequested
:
ZodNumber
;
type
:
ZodLiteral
<
"success"
>
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
__namedParameters
:
{
ids
:
string
[]
}
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Returns
{
config
:
{
description
:
"Move Outlook messages to trash (recoverable)."
;
inputSchema
:
ZodObject
<
{
ids
:
ZodArray
<
ZodCoercedString
<
unknown
>
>
}
,
$strip
,
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
failureCount
:
ZodNumber
;
results
:
ZodArray
<
ZodObject
<
{
error
:
...
;
id
:
...
;
success
:
...
}
,
$strip
>
,
>
;
successCount
:
ZodNumber
;
totalRequested
:
ZodNumber
;
type
:
ZodLiteral
<
"success"
>
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
__namedParameters
:
{
ids
:
string
[]
}
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mcp-z/mcp-outlook
Loading...