IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

boundary (property)

The boundary separating the MIME parts. Maximum length of 80 bytes.

Syntax

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

Default Value

""

Remarks

This property contains the boundary separating the MIME parts and has a maximum length of 80 bytes. The class will automatically generate a random boundary value during encoding if no value is given. During decoding this property is filled with the boundary from the actual MIME message.

The class will truncate any string longer than 80 bytes if assigned to Boundary.

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