AttachmentLocalFile Property

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

Syntax

char* GetAttachmentLocalFile(int iAttachmentIndex);
int SetAttachmentLocalFile(int iAttachmentIndex, const char* lpszAttachmentLocalFile);
LPWSTR GetAttachmentLocalFile(INT iAttachmentIndex);
INT SetAttachmentLocalFile(INT iAttachmentIndex, LPCWSTR lpszAttachmentLocalFile);
- (NSString*)attachmentLocalFile:(int)attachmentIndex;
- (void)setAttachmentLocalFile:(int)attachmentIndex:(NSString*)newAttachmentLocalFile;
public func attachmentLocalFile(attachmentIndex: Int32) throws -> String
public func setAttachmentLocalFile(attachmentIndex: Int32, newAttachmentLocalFile: String) throws -> Void

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 C++ Edition - Version 20.0 [Build 7718]