recipient_address Property

This property contains the email address of a particular recipient.

Syntax

def get_recipient_address(recipient_index: int) -> str: ...
def set_recipient_address(recipient_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property contains the email address of a particular recipient. This can be used for setting single or multiple recipients. The recipient_type contains the corresponding type.

For a recipient type of normal, the value in the recipient_address should be either the dotted IPv4 of an SMS-enabled device or the directory number of a target mobile phone. For distributed lists, the value should be the name of the list as it is stored on the smpp_server.

The recipient_index parameter specifies the index of the item in the array. The size of the array is controlled by the recipient_count property.

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