Hoppa till huvudinnehåll

Hur skickar jag ett schema återkommande e-post i Outlook?

I Microsoft Outlook kan du enkelt skicka ett schema återkommande möte, möte eller uppgift till andra. Men om du bara vill skicka ett återkommande e-postschema utan något möte, möte eller uppgift, hur kan du göra det? Tyvärr erbjuder Outlook ingen funktion för att skicka återkommande e-postmeddelanden, men i vår handledning visar vi dig hur du skickar ett schema återkommande e-post i Outlook.

Skicka ett schema återkommande e-post i Outlook med VBA-kod

Skicka enkelt återkommande e -postmeddelanden i Outlook med ett fantastiskt verktyg


Skicka ett schema återkommande e-post i Outlook med VBA-kod

Denna handledning är uppdelad i fyra delar, du kommer att lyckas skicka ett schema återkommande e-post efter att du har avslutat dessa delar. Gör så här.

Del 1: Skapa ett nytt möte

1. Navigera till Kalender visa genom att klicka Kalender i Navigeringsfönstretoch skapa sedan ett nytt möte genom att klicka Ny möte under Hem fliken.

3. I Tidsbeställning dialogrutan under Tidsbeställning flik. Du behöver:

A: Skriv in Ämne B: Ange mottagarnas e-postadresser i Plats
C: Konfigurera Starttid och Stopptid D: Välj påminnelsen under påminnelse listrutan.
Om du väljer 15 minuter betyder det att det kommer att påminna dig 15 minuter tidigt när e-postmeddelandet skickas.
E: Komponera din mötesdel.

Anmärkningar: Den Utnämningsämne kommer att bli det återkommande e-postämnet; och den Utnämningsorgan blir det återkommande e-postmeddelandet när mottagarna fick e-postmeddelandet.

Del 2: Skapa en ny kategori

Nu måste du skapa en ny kategori med namnet “Skicka återkommande e-postschema" som följer:

1. I Tidsbeställning Klicka på dialogrutan kategori~~POS=TRUNC > alla kategorier i Tags grupp under Tidsbeställning fliken.

2. När Färgkategorier dialogruta dyker upp, klicka Nya knapp. I Lägg till ny kategori dialogruta, skriv “Skicka återkommande e-postschema"I Namn fält; och välj sedan en färg i Färg listrutan. Klicka sedan OK.

3. Då ser du “Skicka återkommande e-postschemaKategorin visas, markera rutan och klicka sedan på OK knapp.

Del 3: Ställ in återkommande

Nu är det dags att ställa in återkomst för mötet.

1. klick Upprepning i Tillbehör grupp under Tidsbeställning flik. Se skärmdump:

2. I Återkommande av möten dialogrutan, konfigurera din Upprepning mönster. Om du behöver en sluttid, konfigurera den under Återkommande intervall. Och klicka sedan på OK.

3. När den återgår till Tidsbeställning Klicka på dialogrutan Spara och stäng knapp. Se skärmdump:

Del 4: Använd VBA -koden för att skicka återkommande e -postmeddelande

1. Vänligen tryck andra + F11 att öppna Microsoft Visual Basic för applikationer dialog.

2. Dubbelklicka på Project1 > Microsoft Outlook-objekt > ThisOutlookSession i den vänstra rutan. Se skärmdump:

3. Kopiera och klistra in följande VBA-kod till VBA-redigeraren. Och klicka sedan på Save knapp.

VBA: skickar återkommande e-postschema

Private Sub Application_Reminder(ByVal Item As Object)
'Updated by Extendoffice 20200522
Dim xMailItem As MailItem
Dim xItemDoc As Word.Document
Dim xNewDoc As Word.Document
Dim xFldPath As String
On Error Resume Next
If Item.Class <> OlObjectClass.olAppointment Then Exit Sub
If Item.Categories <> "Send Schedule Recurring Email" Then Exit Sub
Set xMailItem = Outlook.Application.CreateItem(olMailItem)
Set xItemDoc = Item.GetInspector.WordEditor
xFldPath = CStr(Environ("USERPROFILE"))
xFldPath = xFldPath & "\MyReminder"
If Dir(xFldPath, vbDirectory) = "" Then
    MkDir xFldPath
End If
xFldPath = xFldPath & "\AppointmentBody.xml"
xItemDoc.SaveAs2 xFldPath, wdFormatXMLDocument ' wdFormatXML
Set xNewDoc = xMailItem.GetInspector.WordEditor
VBA.DoEvents
xNewDoc.Application.Selection.HomeKey
xNewDoc.Activate
xNewDoc.Application.Selection.InsertFile FileName:=xFldPath, Attachment:=False
With xMailItem
    .To = Item.Location
    .Recipients.ResolveAll
    .Subject = Item.Subject
    .Send
End With
Set xMailItem = Nothing
VBA.Kill xFldPath
End Sub

4. klick verktyg > Referensprojekt att öppna Referensprojekt - Projekt dialog. Kontrollera i dialogrutan Microsoft Word -objektbibliotek alternativet och klicka på OK knapp.

5. tryck på andra + Q samtidigt för att stänga Microsoft Visual Basic för applikationer fönster.

När påminnelse poppar upp kommer e-postmeddelandet automatiskt att skickas till de mottagare som du har skrivit i fältet Plats i den första delen. Klicka sedan Avfärda i påminnelse dialog. Och e-postmeddelandet skickas återkommande varje dag under denna tid. Se skärmdump:

Anmärkningar: VBA-koden testades framgångsrikt i Outlook 2010 och senare versioner.


Skicka enkelt återkommande e -postmeddelanden i Outlook med ett fantastiskt verktyg

För många Outlook -användare är metoden ovan för tråkig för att hanteras korrekt. Här rekommenderar starkt Schemalägg automatisk skicka egenskap av Kutools för Outlook. Med den här funktionen kan du enkelt skapa flera återkommande e -postmeddelanden och schemalägga dessa e -postmeddelanden för att skicka regelbundet med dagliga, veckovisa, månatliga eller årliga intervaller efter behov. Gör så här för att få det gjort.

Gå till ladda ner Kutools för Outlook och prova.

1. klick Kutools > Schemalägg automatisk skicka > Skapa schema för automatisk sändning.

2. Då öppnas ett meddelandefönster och du måste:

2.1) Välj e -postmottagare i Till, Cc or bcc fält som du behöver och fyll i e -postmeddelandet ämne;
2.2) Skapa e -postkroppen;
2.3) Klicka Upprepning under Kutools återkommande flik. Se skärmdump:

3. Nu är E -post återkommande dialogrutan dyker upp måste du ange återkommande tid, återkommande mönster och intervall av återfall för e -postmeddelandet och klicka sedan på OK knapp.

4. Nu återgår det till meddelandefönstret, klicka Spara och stäng knappen för att spara de återkommande inställningarna och stänga fönstret.

Tips: Du kan upprepa steg 1 till 4 ovan för att skapa flera återkommande e -postmeddelanden efter behov.

5. Aktivera nu funktionen genom att klicka Kutools > Schemalägg automatisk skicka > Gör det möjligt.

6. I öppningen Kutools för Outlook dialogrutan, klicka OK.

När du har slutfört ovanstående inställningar skickas de återkommande e -postmeddelandena automatiskt när det angivna datumet och den angivna tiden når.

Notera: Du kan enkelt hantera dina återkommande mejl enligt följande.

1. klick Kutools > Schemalägg automatisk skicka > Hantera schemat för automatisk sändning.

2. I Schema för många autosändningar fönster kan du skapa ny återkommande mejl, redigera radera, sätta på or sänkt ett befintligt återkommande e -postmeddelande som du behöver. Eller så kan du klicka på Logga ikon för att visa sändningshistoriken för de återkommande e -postmeddelandena.

Klicka för att veta mer om den här funktionen.

  Kutools för Outlook innehåller 100+ kraftfulla funktioner för Microsoft Outlook. Gratis att prova utan begränsning på 60 dagar. Ladda ner nu!


Bästa kontorsproduktivitetsverktyg

Kutools för Outlook - Över 100 kraftfulla funktioner för att överladda din Outlook

🤖 AI Mail Assistant: Instant proffs-e-postmeddelanden med AI-magi – ett klick för geniala svar, perfekt ton, flerspråkig behärskning. Förvandla e-post utan ansträngning! ...

📧 Email Automation: Frånvaro (tillgänglig för POP och IMAP)  /  Schemalägg Skicka e-post  /  Auto CC/BCC enligt regler när du skickar e-post  /  Automatisk vidarebefordran (avancerade regler)   /  Lägg automatiskt till hälsning   /  Dela automatiskt e-postmeddelanden med flera mottagare i individuella meddelanden ...

📨 Email Management: Hämta enkelt e-postmeddelanden  /  Blockera bluff-e-postmeddelanden av ämnen och andra  /  Ta bort duplicerade e-postmeddelanden  /  Avancerad Sökning  /  Konsolidera mappar ...

📁 Bilagor ProBatch Spara  /  Batch lossa  /  Batchkomprimera  /  Automatisk sparning   /  Auto Lossa  /  Automatisk komprimering ...

🌟 Gränssnittsmagi: 😊 Fler vackra och coola emojis   /  Öka din Outlook-produktivitet med flikar  /  Minimera Outlook istället för att stänga ...

👍 Underverk med ett klick: Svara alla med inkommande bilagor  /   E-postmeddelanden mot nätfiske  /  🕘Visa avsändarens tidszon ...

👩🏼‍🤝‍👩🏻 Kontakter och kalender: Lägg till kontakter i grupp från valda e-postmeddelanden  /  Dela upp en kontaktgrupp till individuella grupper  /  Ta bort påminnelser om födelsedag ...

Över 100 funktioner Vänta på din utforskning! Klicka här för att upptäcka mer.

Läs mer       Gratis nedladdning      Inköp
 

 

Comments (171)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Bonjour,
J'utilise outlook depuis peu, et j'ai découvert cette manipulation pour envoyer un mail récurrent. Cela a très bien fonctionné la première fois, mais je ne comprends pas, ça ne fonctionne plus. Cela a peut-être de l'importance, mais comme je travaille sur 2 ordinateurs différents, le code VBA a aussi été intégré sur ma deuxième session outlook. Auriez-vous une explication je vous prie ?
Merci d'avance
This comment was minimized by the moderator on the site
Hi Pink,
Which Outlook version are you using? Is there a reminder dialog box popping up afterwards?
This comment was minimized by the moderator on the site
This feature does not work for me no matter what I do and from the above thread, it doesn't look like they are attempting to fix it much less address it--I don't see any responses from the developer.

It's too bad because everything else with this product works very well.
This comment was minimized by the moderator on the site
Hi Rhonda Corn,
Can you provide the emails under the following folder path?
You can compress it and send it to
C:\Users\User Name\AppData\Roaming\ExtendOffice\OutlookKutools\KTORecurringEmail
This comment was minimized by the moderator on the site
How do I get this to run 2 different scheduled emails?
This comment was minimized by the moderator on the site
Hi, 
When I put recipients names into "location" it changes "appointment" to "meeting" invite, is this working as intended? It doesn't allow me to "save and close", but rather "send" the invite now which is not what I want to do.
This comment was minimized by the moderator on the site
Hi,Appointments are not changed to meetings when entering content into the Location field. 
This comment was minimized by the moderator on the site
I scheduled the reoccurring email however instead of sending email on the 30th it sent it today. I checked the settings and is set to send email on 30th at 10 am. Instead it sent the email on the 17th at 5:45 PM
This comment was minimized by the moderator on the site
Hi Leah,Sorry for the trouble, the problem you described cannot be reproduced. Here suggest using the relevant function of KTO to send a schedule recurring email.
This comment was minimized by the moderator on the site
I’m trying to set up a recurring email to be sent. However, it’s not working for some reason. It acts like it’s trying, but I get this error message:
This comment was minimized by the moderator on the site
Hi,You need to enable the Microsoft Word Object Library mentioned in step 4 of the post to avoid this error.
This comment was minimized by the moderator on the site
It is enabled
This comment was minimized by the moderator on the site
It is enabled already
This comment was minimized by the moderator on the site
I had the same problem.  I had a look in the available references list and found a second Microsoft Word 16.0 Object Library that was not enabled. Once I enabled that one, it solved the problem for me!
This comment was minimized by the moderator on the site
Hello, 
Several errors to easily solve if the mail stays in "draft" : 
-> Add .Save juste before .Send
-> Don't close everything too fast or the script wouldn't have the time to send the mail that it has been cleaned... so find a way to delay those 2 rows 
Set xMailItem = Nothing
VBA.Kill xFldPath
Maybe with a thread sleep/wait ? Is the killing mandatory ? wouldn't this be killed when outlook is closed ? For my usecase, it was ok to remove them
This comment was minimized by the moderator on the site
I followed the instruction in this article "How to send a schedule recurring email in Outlook" multiple times, to no avail. I get the popup reminder box but, the e-mail is never sent. I've tried with Kutools for Outlook installed and uninstalled. Still no success in sending a scheduled recurring email in Outlook.

Thanx,
RLB
This comment was minimized by the moderator on the site
I have had the same situation. It was working fine for almost a year and then suddenly stopped working. I've tried recopying the code, delete it completely and start over. Same results- popup reminder box happens, I click ok, and the email is never sent.
This comment was minimized by the moderator on the site
Hi tarnold,Make sure that the category name you created in step 2 is the same as the name specified in the code.
Can you try the VBA below and give me feedback on error you encountered later? Because this problem needs to be reproduced in my case. Or you can also try the third party tool mentioned in the post. Sorry for the inconvenience.

<div data-tag="code">Private Sub Application_Reminder(ByVal Item As Object)
'Updated by Extendoffice 20220114
Dim xMailItem As MailItem
Dim xItemDoc As Word.Document
Dim xNewDoc As Word.Document
Dim xFldPath As String
If Item.Class <> OlObjectClass.olAppointment Then Exit Sub
If Item.Categories <> "Send Schedule Recurring Email" Then Exit Sub
Set xMailItem = Outlook.Application.CreateItem(olMailItem)
Set xItemDoc = Item.GetInspector.WordEditor
xFldPath = CStr(Environ("USERPROFILE"))
xFldPath = xFldPath & "\MyReminder"
If Dir(xFldPath, vbDirectory) = "" Then
MkDir xFldPath
End If
xFldPath = xFldPath & "\AppointmentBody.xml"
xItemDoc.SaveAs2 xFldPath, wdFormatXMLDocument ' wdFormatXML
Set xNewDoc = xMailItem.GetInspector.WordEditor
VBA.DoEvents
xNewDoc.Application.Selection.HomeKey
xNewDoc.Activate
xNewDoc.Application.Selection.InsertFile FileName:=xFldPath, Attachment:=False
With xMailItem
.To = Item.Location
.Recipients.ResolveAll
.Subject = Item.Subject
.Send
End With
Set xMailItem = Nothing
VBA.Kill xFldPath
End Sub
This comment was minimized by the moderator on the site
Crystal,
Sorry for the delay.  I copied your script into VBA.  My category is "Recurring Email", so I made it match in your script.  I set up a recurring email to test it.  The reminder window pops up at the correct time.  I waited a couple of minutes and then clicked 'dismiss'.  The window closes.  No errors.  No email sent.
This comment was minimized by the moderator on the site
Hi Crystal, when using the code above I have this error: 
Erreur de compilation: Type défini par l'utilisateur non défini
it's concerning this lineDim xItemDoc As Word.Document

any ideas?
This comment was minimized by the moderator on the site
Hi Marie-Eve Noel,You need to enable the Microsoft Word Object Library mentioned in step 4 of the post to avoid this error.
This comment was minimized by the moderator on the site
At least yours work for a while. Mine never worked. Contacted Support and was told to post here. I suppose we'll have to wait on the author to respond.
This comment was minimized by the moderator on the site
Hi RodmanB,
Can neither of the two methods described in the article solve the problem?
VBA code and Kutools for Outlook are two different ways to handle the task.I need to know more specific about your issue, such as your Excel version.
This comment was minimized by the moderator on the site
Hi Crystal,
I am using MSOffice 365 for all of the Office products- Outlook, Excel, etc. As I posted 6month ago, it was working fine with my previous MSOffice desktop software.  When I switched to Office 365, it stopped working and I am having the same/similar situation as RodmanB.  The reminder popup occurs, I dismiss it and nothing happens.  The email is not in the draft folder, not in the sent folder, nothing.
This comment was minimized by the moderator on the site
Crystal,   Thanks for help. I replaced the VBCode and made a different test email. It preformed just as the other; reminder pops up, .wav file plays but the email is not sent. I'll install Kutools for Outlook and try that way tomorrow and, will respond with results.
This comment was minimized by the moderator on the site
Crystal,   Unable to install Kutool for outlook, demo license expired. Not willing to buy  just to debug this feature. So, have a great day and thanks for the help.
Thanx,RLB
This comment was minimized by the moderator on the site
Hi have implemented this and there's a couple of issues.1 - if i don't have Outlook opened, the email is not sent --> i guess this is normal, not a big deal anyway.2 - even the appointment appears just once a day and the email sent properly then, i see that the email is sent randomly other extra times during the day. For example, my schedule is daily at 9:00 and this is sent at 9:00 (OK) and also at 17:13 (NOK). I am not being able to identify why, any idea?
thanks.
This comment was minimized by the moderator on the site
What would the VBA code be for this but sending from the recipients of the appointment, not the "location" of the appointment as coded above? I need to send to 20+ people and cannot add enough names as the location fields is limited on characters. Many thanks
This comment was minimized by the moderator on the site
Hi J,You can try the second method "the Schedule auto send feature of Kutools for Outlook" mentioned in the post.
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations