AlarmAttachment Property

This property contains a sound file attached to the alarm.

Syntax

ANSI (Cross Platform)
char* GetAlarmAttachment(int iAlarmIndex);
int SetAlarmAttachment(int iAlarmIndex, const char* lpszAlarmAttachment); Unicode (Windows) LPWSTR GetAlarmAttachment(INT iAlarmIndex);
INT SetAlarmAttachment(INT iAlarmIndex, LPCWSTR lpszAlarmAttachment);
- (NSString*)alarmAttachment:(int)alarmIndex;
- (void)setAlarmAttachment:(int)alarmIndex:(NSString*)newAlarmAttachment;
#define PID_CALDAV_ALARMATTACHMENT 3

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_CalDAV_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

This property contains a sound file attached to the alarm. If the AlarmAction is set to aAudio, this property may optionally contain a base-64 encoded binary sound file to be played. The AlarmAttachmentType property indicates the data type of the attached file.

The AlarmIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AlarmCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]