modify outlook Approval expired time
If i send a approval mail ,  approval user don't do approval. the exchage default 2 days.  how to modify the days use exchange  powershell. I can't find the powershell command.   thanks.  &nb
June 2nd, 2015 6:43am

Hello Harvey,

The Outlook object model provides the VotingResponse property which returns or sets a string specifying the voting response for the mail message. 

The ExpiryTime property of the MailItem class returns a Date indicating the date and time at which the item becomes invalid and can be deleted. Also you may find the ReminderTime (related) properties helpful. They allow to set a Date indicating the date and time at which the reminder should occur for the specified item.

Finally, you may find the How to: Add Voting Options to a Mail Item article helpful. 

Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2015 8:18am

hi, Eugene :

thanks your reply.

i don't use  voting fucntion in outlook . i use ModerateMessageByManager or ModerateMessageByUser TransportRule. if i send a mail need my manager approval , but my manager is go out and tow days . now the mail return to me and say:Your email did not approve in time.  so  the tow days is default in exchange server set.   I think need exchange powershell modify .

thanks . 

June 2nd, 2015 9:31am

Harvey,

The Outlook object model doesn't provide anything for that. I'd suggest asking Exchange specific questions on the Exchange Dev forum instead. 

Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2015 10:14am

Eugenn, thanks for you.
June 2nd, 2015 10:23am

hi, Eugene :

use

get-retentionpolicytag moderatedrecipients |fl

set-retentionpolicytag moderatedrecipients -agelimitforretention 01.00:00:00

thanks

Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2015 11:27pm

Hi,

Yeah,you can change the approval time by using the above command .

Thank for your share!

Regards,

David 

June 3rd, 2015 10:06pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics