IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

deliveryNotificationTo (property)

Email address to which to send a delivery notification.

Syntax

@property (nonatomic,readwrite,assign,getter=deliveryNotificationTo,setter=setDeliveryNotificationTo:) NSString* deliveryNotificationTo;
- (NSString*)deliveryNotificationTo;
- (void)setDeliveryNotificationTo:(NSString*)newDeliveryNotificationTo;
public var deliveryNotificationTo: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the email address to which to send a delivery notification. When set, a Return-Receipt-To header is added to the message. This property should be set to an email address that can receive the delivery notification.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 iOS Edition - Version 20.0 [Build 8249]