IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

imageFile (property)

This property contains the name of the image files embedded into the HTML message.

Syntax

- (NSString*)imageFile:(int)imageIndex;
- (void)setImageFile:(int)imageIndex:(NSString*)newImageFile;
public func imageFile(imageIndex: Int32) throws -> String
public func setImageFile(imageIndex: Int32, newImageFile: String) throws -> Void

Default Value

""

Remarks

This property contains the name of the image files embedded into the HTML message. This value is updated every time MessageHTML is set. You may change the file names prior to sending (e.g. if they don't point to valid files).

The ImageIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ImageCount property.

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