Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9283039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T18:31:45+00:00 2026-06-18T18:31:45+00:00

I use Outlook 2010 and Powershell 2.0. I want send a Outlook message, and

  • 0

I use Outlook 2010 and Powershell 2.0.

I want send a Outlook message, and delay delivery programmatically of a message using Powershell.

How can I create a new Outlook email and immediately defer delivery?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T18:31:47+00:00Added an answer on June 18, 2026 at 6:31 pm

    If you try this:

    $ol = New-Object -comObject Outlook.Application  
    $mail = $ol.CreateItem(0)  
    $mail | Get-Member
    

    you’ll get a list of all methods/properties available on the mail object.

    One property is DeferredDeliveryTime. You can set it like this:

    #Stay in the outbox until this date and time
    $mail.DeferredDeliveryTime = "11/2/2013 10:50:00 AM"
    

    Or:

    #Wait 10 minutes before sending mail
    $date = Get-Date
    $date = $date.AddMinutes(10)
    $mail.DeferredDeliveryTime = $date
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to send an email using javascript without using the outlook. I don't
I'm wondering if I can use outlook express to create .MSG files using Visual
I have installed Visual Studio 2010, and I want to create Outlook 2003 add-in
I use Ribbon XML to create a custom Ribbon in Outlook 2010. In this
I am making a new html signature for use in Outlook 2010. It looks
I want to use my own form region, design via VSTO 2010 and Outlook
I created a new email-message using Redemption-Data-Objects in C#. After calling Display(), the window
I’m using VBA in Outlook 2010 and I’m trying to create a function that
The Outlook add-ins I have created using Visual Studio 2005 don't use the ClickOnce
I have a PFX certificate which I use to read encrypted email in outlook.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.