Search code examples
vbaexcelexcel-2013

VBA Delivery Receipt Requested Excel


I'm trying to make a .DeliveryReceiptRequested = True instead of .ReadReceiptRequested = True when sending an outlook mail through excel but it's not working and I'm not getting any errors. Any thoughts?


Solution

  • Try

    .OriginatorDeliveryReportRequested = True