messageSubject (property)

This is the subject of the current message.

Syntax

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

Default Value

""

Remarks

MessageSubject will contain any subject associated with the message. Most Jabber clients will ignore the subject unless the message is of type "headline".

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