Using the Appointment Item Object in Outlook VBA

Поділитися
Вставка
  • Опубліковано 25 січ 2020
  • The appointment item object gives us the ability to create new appointments and meetings using VBA. In this video, we explore this object, how to create and customize it to make dynamic appointments. Additionally, we will cover it’s relationship to the Meeting Item object in Outlook VBA.
    Video Resources:
    --------------------------------------------------
    Resource: GitHub File
    Link: github.com/areed1192/sigma_co...
    Resources:
    --------------------------------------------------
    Facebook Page: / codingsigma
    Facebook Group: / sigmacoding
    GitHub Sigma Coding: github.com/areed1192/sigma_co...
    Support Sigma Coding:
    --------------------------------------------------
    Patreon: / sigmacoding
    Amazon Associates: amzn.to/3bsTI5P **
    Related Topics:
    --------------------------------------------------
    Title: How to Use the Folder Object in Outlook VBA
    Link: • How to Use the Folder ...
    Title: How to Work With Emails in Outlook VBA
    Link: • How to Work With Email...
    Title: Using the Namespace Object in Outlook VBA
    Link: • Using the Namespace Ob...
    Title: Using the Appointment Item Object in Outlook VBA
    Link: • Using the Appointment ...
    Title: Export a Single Outlook Table to Excel
    Link: • Export a Single Outloo...
    **Amazon Associates Disclosure:
    --------------------------------------------------
    I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. One of the ways I support the channel is by using Amazon Associates to earn fees on purchases you make. That means when you use the link above, it will track any purchases made from that link and give a small portion of it to the Sigma Coding. I love this approach because it allows you to do what you're already doing (shopping) but also helps support the channels you care about. Also, it makes it where I can invest that revenue to help improve and grow the channel.
    Tags:
    --------------------------------------------------
    #Outlook #VBA #Appointments

КОМЕНТАРІ • 10

  • @zsigmond.molnar
    @zsigmond.molnar 3 роки тому +1

    A started the VBA code and received the following error message at this line:

  • @moisegagne7861
    @moisegagne7861 3 роки тому +1

    Hi

  • @christopherdennard152
    @christopherdennard152 4 роки тому

    This helped me understand a lot. How do I set a recurrence to happen on the last Saturday of the month?

  • @zsigmond.molnar
    @zsigmond.molnar 3 роки тому +1

    Could you please give me an example how to set the value of StartDate, Recipient, subject, etc. based on the data stored in an Excel file?

  • @LokeshSharma-hl8pe
    @LokeshSharma-hl8pe 3 роки тому

    Hi amazing video

  • @kamalakotagiri7174
    @kamalakotagiri7174 3 роки тому

    How can we send appointment from different account with VBA? Please help