SearchCriteriaId Property

The Gmail assigned id of the message.

Syntax

char* GetSearchCriteriaId();
int SetSearchCriteriaId(const char* lpszSearchCriteriaId);
LPWSTR GetSearchCriteriaId();
INT SetSearchCriteriaId(LPCWSTR lpszSearchCriteriaId);
@property (nonatomic,readwrite,assign,getter=searchCriteriaId,setter=setSearchCriteriaId:) NSString* searchCriteriaId;
- (NSString*)searchCriteriaId;
- (void)setSearchCriteriaId:(NSString*)newSearchCriteriaId;
public var searchCriteriaId: String {
  get {...}
set {...} }

Default Value

""

Remarks

The Gmail assigned id of the message.

This property may be set to the unique Gmail assigned Id of the message.

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]