AttachmentLocalFile Property

This property contains the local file name associated with the attachment.

Object Oriented Interface

public function getAttachmentLocalFile($attachmentindex);
public function setAttachmentLocalFile($attachmentindex, $value);

Procedural Interface

cloudmail_office365_get($res, 10 , $attachmentindex);
cloudmail_office365_set($res, 10, $value , $attachmentindex);

Default Value

''

Remarks

This field contains the local file name associated with the attachment.

The size of the array is controlled by the AttachmentCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 PHP Edition - Version 20.0 [Build 7718]